Shades of Lime Green #23CF26
Tints of Lime Green #23CF26
RGB
CMYK
RGB Variations
Color information
#23CF26 (or 0x23CF26) is known color: Lime Green. HEX triplet: 23, CF and 26. RGB value is (35,207,38). Sum of RGB (Red+Green+Blue) = 35+207+38=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #23CF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CF26 is #DC30D9. Grayscale: #888888. Windows color (decimal): -14430426 or 2543395. OLE color: 2543395.
HSL color Cylindrical-coordinate representation of color #23CF26: hue angle of 121.05º 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 #23CF26 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 207 | 38 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.19 |
| HSL | 121.05º | 0.71% | 0.47% | - |
| HSV(B) | 121.05º | 0.83% | 0.81% | - |
| XYZ | 23.36 | 45.12 | 9.31 | - |
| YUV | 136.31 | 72.52 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 38 | 0.83 | 0 | 0.82 | 0.19 | 121.05 | 0.71 | 0.47 |
| Hex | 23 | CF | 26 | 53 | 0 | 52 | 13 | 79 | 47 | 2F |
| Octal | 43 | 317 | 46 | 123 | 0 | 122 | 23 | 171 | 107 | 57 |
| Binary | 100011 | 11001111 | 100110 | 1010011 | 0 | 1010010 | 10011 | 1111001 | 1000111 | 101111 |
Color Harmonies of #23CF26
Complementary color
Monochromatic Colors of #23CF26
Black with #23CF26
Text Example
Text Example
White with #23CF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CF26; }
p { color: rgb(35,207,38); }
H1.HeaderClassName
{
color: #23CF26;
}
.AnyTagClassName
{
color: #23CF26;
}
</style>
background-color css
<style>
a { background-color: #23CF26; }
a { background-color: rgb(35,207,38); }
div.DivClassName
{
background-color: #23CF26;
}
.BgClassName
{
background-color: #23CF26;
}
</style>
border-color css
<style>
span { border-color: #23CF26; }
span { border-color: rgb(35,207,38); }
td.TdClassName
{
border-color: #23CF26;
}
.TagClassName
{
border-color: #23CF26;
}
</style>