Shades of Lime Green #23CF37
Tints of Lime Green #23CF37
RGB
CMYK
RGB Variations
Color information
#23CF37 (or 0x23CF37) is known color: Lime Green. HEX triplet: 23, CF and 37. RGB value is (35,207,55). Sum of RGB (Red+Green+Blue) = 35+207+55=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #23CF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CF37 is #DC30C8. Grayscale: #8A8A8A. Windows color (decimal): -14430409 or 3657507. OLE color: 3657507.
HSL color Cylindrical-coordinate representation of color #23CF37: hue angle of 126.98º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CF37 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 207 | 55 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.19 |
| HSL | 126.98º | 0.71% | 0.47% | - |
| HSV(B) | 126.98º | 0.83% | 0.81% | - |
| XYZ | 23.7 | 45.26 | 11.1 | - |
| YUV | 138.24 | 81.02 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 55 | 0.83 | 0 | 0.73 | 0.19 | 126.98 | 0.71 | 0.47 |
| Hex | 23 | CF | 37 | 53 | 0 | 49 | 13 | 7F | 47 | 2F |
| Octal | 43 | 317 | 67 | 123 | 0 | 111 | 23 | 177 | 107 | 57 |
| Binary | 100011 | 11001111 | 110111 | 1010011 | 0 | 1001001 | 10011 | 1111111 | 1000111 | 101111 |
Color Harmonies of #23CF37
Complementary color
Monochromatic Colors of #23CF37
Black with #23CF37
Text Example
Text Example
White with #23CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CF37; }
p { color: rgb(35,207,55); }
H1.HeaderClassName
{
color: #23CF37;
}
.AnyTagClassName
{
color: #23CF37;
}
</style>
background-color css
<style>
a { background-color: #23CF37; }
a { background-color: rgb(35,207,55); }
div.DivClassName
{
background-color: #23CF37;
}
.BgClassName
{
background-color: #23CF37;
}
</style>
border-color css
<style>
span { border-color: #23CF37; }
span { border-color: rgb(35,207,55); }
td.TdClassName
{
border-color: #23CF37;
}
.TagClassName
{
border-color: #23CF37;
}
</style>