#25DB17

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

Shades of Lime Green #25DB17

Tints of Lime Green #25DB17

Color information

#25DB17 (or 0x25DB17) is unknown color: approx Lime Green. HEX triplet: 25, DB and 17. RGB value is (37,219,23). Sum of RGB (Red+Green+Blue) = 37+219+23=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 219 (85.94% from 255 or 78.49% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 219 - color contains mainly: green. Hex color #25DB17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DB17 is #DA24E8. Grayscale: #8E8E8E. Windows color (decimal): -14296297 or 1563429. OLE color: 1563429.

HSL color Cylindrical-coordinate representation of color #25DB17: hue angle of 115.71º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25DB17 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB3721923-
CMYK0.8300.890.14
HSL115.71º80.99%47.45%-
HSV(B)115.71º89.5%85.88%-
XYZ26.2551.129.29-
YUV142.2460.752.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 219 (85.94% from 255) = 78.49%
BLUE value IS 23 (9.38% from 255) = 8.24%
R=13.26%
G=78.49%
B=8.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal37219230.8300.890.14115.7180.9947.45
Hex25DB1753059E74512f
Octal453332712301311616412157
Binary1001011101101110111101001101011001111011101001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DB17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,219,23); }

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

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

 a { background-color: rgb(37,219,23); }

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

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

 span { border-color: rgb(37,219,23); }

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