#25DF20

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

Shades of Lime Green #25DF20

Tints of Lime Green #25DF20

Color information

#25DF20 (or 0x25DF20) is unknown color: approx Lime Green. HEX triplet: 25, DF and 20. RGB value is (37,223,32). Sum of RGB (Red+Green+Blue) = 37+223+32=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 223 (87.5% from 255 or 76.37% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 223 - color contains mainly: green. Hex color #25DF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DF20 is #DA20DF. Grayscale: #929292. Windows color (decimal): -14295264 or 2154277. OLE color: 2154277.

HSL color Cylindrical-coordinate representation of color #25DF20: hue angle of 118.43º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25DF20 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB3722332-
CMYK0.8300.860.13
HSL118.43º74.9%50%-
HSV(B)118.43º85.65%87.45%-
XYZ27.4153.2710.2-
YUV145.6163.8850.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 223 (87.5% from 255) = 76.37%
BLUE value IS 32 (12.89% from 255) = 10.96%
R=12.67%
G=76.37%
B=10.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal37223320.8300.860.13118.4374.950
Hex25DF2053056D764b32
Octal453374012301261516611362
Binary10010111011111100000101001101010110110111101101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,223,32); }

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

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

 a { background-color: rgb(37,223,32); }

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

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

 span { border-color: rgb(37,223,32); }

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