#25E042

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

Shades of Lime Green #25E042

Tints of Lime Green #25E042

Color information

#25E042 (or 0x25E042) is unknown color: approx Lime Green. HEX triplet: 25, E0 and 42. RGB value is (37,224,66). Sum of RGB (Red+Green+Blue) = 37+224+66=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 224 (87.89% from 255 or 68.50% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 224 - color contains mainly: green. Hex color #25E042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E042 is #DA1FBD. Grayscale: #969696. Windows color (decimal): -14294974 or 4382757. OLE color: 4382757.

HSL color Cylindrical-coordinate representation of color #25E042: hue angle of 129.3º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25E042 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB3722466-
CMYK0.8300.710.12
HSL129.3º75.1%51.18%-
HSV(B)129.3º83.48%87.84%-
XYZ28.454.114.1-
YUV150.0780.5547.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.31%
GREEN value IS 224 (87.89% from 255) = 68.50%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=11.31%
G=68.50%
B=20.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal37224660.8300.710.12129.375.151.18
Hex25E04253047C814b33
Octal4534010212301071420111363
Binary1001011110000010000101010011010001111100100000011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25E042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,224,66); }

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

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

 a { background-color: rgb(37,224,66); }

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

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

 span { border-color: rgb(37,224,66); }

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