Shades of Lime Green #25CE31
Tints of Lime Green #25CE31
RGB
CMYK
RGB Variations
Color information
#25CE31 (or 0x25CE31) is known color: Lime Green. HEX triplet: 25, CE and 31. RGB value is (37,206,49). Sum of RGB (Red+Green+Blue) = 37+206+49=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 206 (80.86% from 255 or 70.55% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 206 - color contains mainly: green. Hex color #25CE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CE31 is #DA31CE. Grayscale: #8A8A8A. Windows color (decimal): -14299599 or 3264037. OLE color: 3264037.
HSL color Cylindrical-coordinate representation of color #25CE31: hue angle of 124.26º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CE31 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 206 | 49 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.19 |
| HSL | 124.26º | 0.7% | 0.48% | - |
| HSV(B) | 124.26º | 0.82% | 0.81% | - |
| XYZ | 23.39 | 44.76 | 10.31 | - |
| YUV | 137.57 | 78.01 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 206 | 49 | 0.82 | 0 | 0.76 | 0.19 | 124.26 | 0.7 | 0.48 |
| Hex | 25 | CE | 31 | 52 | 0 | 4C | 13 | 7C | 46 | 30 |
| Octal | 45 | 316 | 61 | 122 | 0 | 114 | 23 | 174 | 106 | 60 |
| Binary | 100101 | 11001110 | 110001 | 1010010 | 0 | 1001100 | 10011 | 1111100 | 1000110 | 110000 |
Color Harmonies of #25CE31
Complementary color
Monochromatic Colors of #25CE31
Black with #25CE31
Text Example
Text Example
White with #25CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CE31; }
p { color: rgb(37,206,49); }
H1.HeaderClassName
{
color: #25CE31;
}
.AnyTagClassName
{
color: #25CE31;
}
</style>
background-color css
<style>
a { background-color: #25CE31; }
a { background-color: rgb(37,206,49); }
div.DivClassName
{
background-color: #25CE31;
}
.BgClassName
{
background-color: #25CE31;
}
</style>
border-color css
<style>
span { border-color: #25CE31; }
span { border-color: rgb(37,206,49); }
td.TdClassName
{
border-color: #25CE31;
}
.TagClassName
{
border-color: #25CE31;
}
</style>