Shades of Lime Green #25CB26
Tints of Lime Green #25CB26
RGB
CMYK
RGB Variations
Color information
#25CB26 (or 0x25CB26) is known color: Lime Green. HEX triplet: 25, CB and 26. RGB value is (37,203,38). Sum of RGB (Red+Green+Blue) = 37+203+38=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 203 (79.69% from 255 or 73.02% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CB26 is #DA34D9. Grayscale: #878787. Windows color (decimal): -14300378 or 2542373. OLE color: 2542373.
HSL color Cylindrical-coordinate representation of color #25CB26: hue angle of 120.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CB26 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 203 | 38 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.20 |
| HSL | 120.36º | 0.69% | 0.47% | - |
| HSV(B) | 120.36º | 0.82% | 0.8% | - |
| XYZ | 22.47 | 43.25 | 9 | - |
| YUV | 134.56 | 73.5 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 203 | 38 | 0.82 | 0 | 0.81 | 0.20 | 120.36 | 0.69 | 0.47 |
| Hex | 25 | CB | 26 | 52 | 0 | 51 | 14 | 78 | 45 | 2F |
| Octal | 45 | 313 | 46 | 122 | 0 | 121 | 24 | 170 | 105 | 57 |
| Binary | 100101 | 11001011 | 100110 | 1010010 | 0 | 1010001 | 10100 | 1111000 | 1000101 | 101111 |
Color Harmonies of #25CB26
Complementary color
Monochromatic Colors of #25CB26
Black with #25CB26
Text Example
Text Example
White with #25CB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CB26; }
p { color: rgb(37,203,38); }
H1.HeaderClassName
{
color: #25CB26;
}
.AnyTagClassName
{
color: #25CB26;
}
</style>
background-color css
<style>
a { background-color: #25CB26; }
a { background-color: rgb(37,203,38); }
div.DivClassName
{
background-color: #25CB26;
}
.BgClassName
{
background-color: #25CB26;
}
</style>
border-color css
<style>
span { border-color: #25CB26; }
span { border-color: rgb(37,203,38); }
td.TdClassName
{
border-color: #25CB26;
}
.TagClassName
{
border-color: #25CB26;
}
</style>