Shades of Lime Green #23C808
Tints of Lime Green #23C808
RGB
CMYK
RGB Variations
Color information
#23C808 (or 0x23C808) is known color: Lime Green. HEX triplet: 23, C8 and 08. RGB value is (35,200,8). Sum of RGB (Red+Green+Blue) = 35+200+8=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 200 (78.52% from 255 or 82.30% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 200 - color contains mainly: green. Hex color #23C808 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23C808 is #DC37F7. Grayscale: #818181. Windows color (decimal): -14432248 or 575523. OLE color: 575523.
HSL color Cylindrical-coordinate representation of color #23C808: hue angle of 111.56º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #23C808 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 200 | 8 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.22 |
| HSL | 111.56º | 0.92% | 0.41% | - |
| HSV(B) | 111.56º | 0.96% | 0.78% | - |
| XYZ | 21.39 | 41.68 | 7.15 | - |
| YUV | 128.78 | 59.84 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 200 | 8 | 0.82 | 0 | 0.96 | 0.22 | 111.56 | 0.92 | 0.41 |
| Hex | 23 | C8 | 8 | 52 | 0 | 60 | 16 | 70 | 5C | 29 |
| Octal | 43 | 310 | 10 | 122 | 0 | 140 | 26 | 160 | 134 | 51 |
| Binary | 100011 | 11001000 | 1000 | 1010010 | 0 | 1100000 | 10110 | 1110000 | 1011100 | 101001 |
Color Harmonies of #23C808
Complementary color
Monochromatic Colors of #23C808
Black with #23C808
Text Example
Text Example
White with #23C808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C808; }
p { color: rgb(35,200,8); }
H1.HeaderClassName
{
color: #23C808;
}
.AnyTagClassName
{
color: #23C808;
}
</style>
background-color css
<style>
a { background-color: #23C808; }
a { background-color: rgb(35,200,8); }
div.DivClassName
{
background-color: #23C808;
}
.BgClassName
{
background-color: #23C808;
}
</style>
border-color css
<style>
span { border-color: #23C808; }
span { border-color: rgb(35,200,8); }
td.TdClassName
{
border-color: #23C808;
}
.TagClassName
{
border-color: #23C808;
}
</style>