Shades of Lime Green #23CF09
Tints of Lime Green #23CF09
RGB
CMYK
RGB Variations
Color information
#23CF09 (or 0x23CF09) is known color: Lime Green. HEX triplet: 23, CF and 09. RGB value is (35,207,9). Sum of RGB (Red+Green+Blue) = 35+207+9=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 207 (81.25% from 255 or 82.47% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 207 - color contains mainly: green. Hex color #23CF09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23CF09 is #DC30F6. Grayscale: #858585. Windows color (decimal): -14430455 or 642851. OLE color: 642851.
HSL color Cylindrical-coordinate representation of color #23CF09: hue angle of 112.12º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #23CF09 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 207 | 9 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.19 |
| HSL | 112.12º | 0.92% | 0.42% | - |
| HSV(B) | 112.12º | 0.96% | 0.81% | - |
| XYZ | 23.06 | 45 | 7.73 | - |
| YUV | 133 | 58.02 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 9 | 0.83 | 0 | 0.96 | 0.19 | 112.12 | 0.92 | 0.42 |
| Hex | 23 | CF | 9 | 53 | 0 | 60 | 13 | 70 | 5C | 2A |
| Octal | 43 | 317 | 11 | 123 | 0 | 140 | 23 | 160 | 134 | 52 |
| Binary | 100011 | 11001111 | 1001 | 1010011 | 0 | 1100000 | 10011 | 1110000 | 1011100 | 101010 |
Color Harmonies of #23CF09
Complementary color
Monochromatic Colors of #23CF09
Black with #23CF09
Text Example
Text Example
White with #23CF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CF09; }
p { color: rgb(35,207,9); }
H1.HeaderClassName
{
color: #23CF09;
}
.AnyTagClassName
{
color: #23CF09;
}
</style>
background-color css
<style>
a { background-color: #23CF09; }
a { background-color: rgb(35,207,9); }
div.DivClassName
{
background-color: #23CF09;
}
.BgClassName
{
background-color: #23CF09;
}
</style>
border-color css
<style>
span { border-color: #23CF09; }
span { border-color: rgb(35,207,9); }
td.TdClassName
{
border-color: #23CF09;
}
.TagClassName
{
border-color: #23CF09;
}
</style>