#25c92a

Color #25C92A Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #25C92A

Tints of Lime Green #25C92A

Color information

#25C92A (or 0x25C92A) is unknown color: approx Lime Green. HEX triplet: 25, C9 and 2A. RGB value is (37,201,42). Sum of RGB (Red+Green+Blue) = 37+201+42=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #25C92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C92A is #DA36D5. Grayscale: #868686. Windows color (decimal): -14300886 or 2804005. OLE color: 2804005.

HSL color Cylindrical-coordinate representation of color #25C92A: hue angle of 121.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25C92A is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB3720142-
CMYK0.8200.790.21
HSL121.83º68.91%46.67%-
HSV(B)121.83º81.59%78.82%-
XYZ22.0742.339.2-
YUV133.8476.1758.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 13.21%
GREEN value IS 201 (78.91% from 255) = 71.79%
BLUE value IS 42 (16.80% from 255) = 15%
R=13.21%
G=71.79%
B=15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal37201420.8200.790.21121.8368.9146.67
Hex25C92A5204F157a452f
Octal453115212201172517210557
Binary100101110010011010101010010010011111010111110101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25c92a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25c92a; }

 p { color: rgb(37,201,42); }

 H1.HeaderClassName
 {
   color: #25c92a;
 }
 .AnyTagClassName
 {
   color: #25c92a;
 }
</style>
background-color css

<style>
 a { background-color: #25c92a; }

 a { background-color: rgb(37,201,42); }

 div.DivClassName
 {
   background-color: #25c92a;
 }
 .BgClassName
 {
   background-color: #25c92a;
 }
</style>
border-color css

<style>
 span { border-color: #25c92a; }

 span { border-color: rgb(37,201,42); }

 td.TdClassName
 {
   border-color: #25c92a;
 }
 .TagClassName
 {
   border-color: #25c92a;
 }
</style>