Shades of Lime Green #37CB25
Tints of Lime Green #37CB25
RGB
CMYK
RGB Variations
Color information
#37CB25 (or 0x37CB25) is known color: Lime Green. HEX triplet: 37, CB and 25. RGB value is (55,203,37). Sum of RGB (Red+Green+Blue) = 55+203+37=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 203 (79.69% from 255 or 68.81% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 203 - color contains mainly: green. Hex color #37CB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CB25 is #C834DA. Grayscale: #8C8C8C. Windows color (decimal): -13120731 or 2476855. OLE color: 2476855.
HSL color Cylindrical-coordinate representation of color #37CB25: hue angle of 113.49º 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 #37CB25 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 203 | 37 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.20 |
| HSL | 113.49º | 0.69% | 0.47% | - |
| HSV(B) | 113.49º | 0.82% | 0.8% | - |
| XYZ | 23.27 | 43.66 | 8.95 | - |
| YUV | 139.82 | 69.97 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 37 | 0.73 | 0 | 0.82 | 0.20 | 113.49 | 0.69 | 0.47 |
| Hex | 37 | CB | 25 | 49 | 0 | 52 | 14 | 71 | 45 | 2F |
| Octal | 67 | 313 | 45 | 111 | 0 | 122 | 24 | 161 | 105 | 57 |
| Binary | 110111 | 11001011 | 100101 | 1001001 | 0 | 1010010 | 10100 | 1110001 | 1000101 | 101111 |
Color Harmonies of #37CB25
Complementary color
Monochromatic Colors of #37CB25
Black with #37CB25
Text Example
Text Example
White with #37CB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CB25; }
p { color: rgb(55,203,37); }
H1.HeaderClassName
{
color: #37CB25;
}
.AnyTagClassName
{
color: #37CB25;
}
</style>
background-color css
<style>
a { background-color: #37CB25; }
a { background-color: rgb(55,203,37); }
div.DivClassName
{
background-color: #37CB25;
}
.BgClassName
{
background-color: #37CB25;
}
</style>
border-color css
<style>
span { border-color: #37CB25; }
span { border-color: rgb(55,203,37); }
td.TdClassName
{
border-color: #37CB25;
}
.TagClassName
{
border-color: #37CB25;
}
</style>