Shades of Lime Green #25CE19
Tints of Lime Green #25CE19
RGB
CMYK
RGB Variations
Color information
#25CE19 (or 0x25CE19) is known color: Lime Green. HEX triplet: 25, CE and 19. RGB value is (37,206,25). Sum of RGB (Red+Green+Blue) = 37+206+25=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 206 (80.86% from 255 or 76.87% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 206 - color contains mainly: green. Hex color #25CE19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CE19 is #DA31E6. Grayscale: #878787. Windows color (decimal): -14299623 or 1691173. OLE color: 1691173.
HSL color Cylindrical-coordinate representation of color #25CE19: hue angle of 116.02º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25CE19 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 206 | 25 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.19 |
| HSL | 116.02º | 0.78% | 0.45% | - |
| HSV(B) | 116.02º | 0.88% | 0.81% | - |
| XYZ | 23.01 | 44.61 | 8.32 | - |
| YUV | 134.84 | 66.01 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 206 | 25 | 0.82 | 0 | 0.88 | 0.19 | 116.02 | 0.78 | 0.45 |
| Hex | 25 | CE | 19 | 52 | 0 | 58 | 13 | 74 | 4E | 2D |
| Octal | 45 | 316 | 31 | 122 | 0 | 130 | 23 | 164 | 116 | 55 |
| Binary | 100101 | 11001110 | 11001 | 1010010 | 0 | 1011000 | 10011 | 1110100 | 1001110 | 101101 |
Color Harmonies of #25CE19
Complementary color
Monochromatic Colors of #25CE19
Black with #25CE19
Text Example
Text Example
White with #25CE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CE19; }
p { color: rgb(37,206,25); }
H1.HeaderClassName
{
color: #25CE19;
}
.AnyTagClassName
{
color: #25CE19;
}
</style>
background-color css
<style>
a { background-color: #25CE19; }
a { background-color: rgb(37,206,25); }
div.DivClassName
{
background-color: #25CE19;
}
.BgClassName
{
background-color: #25CE19;
}
</style>
border-color css
<style>
span { border-color: #25CE19; }
span { border-color: rgb(37,206,25); }
td.TdClassName
{
border-color: #25CE19;
}
.TagClassName
{
border-color: #25CE19;
}
</style>