Shades of Lime Green #23BF16
Tints of Lime Green #23BF16
RGB
CMYK
RGB Variations
Color information
#23BF16 (or 0x23BF16) is known color: Lime Green. HEX triplet: 23, BF and 16. RGB value is (35,191,22). Sum of RGB (Red+Green+Blue) = 35+191+22=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 191 (75% from 255 or 77.02% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 191 - color contains mainly: green. Hex color #23BF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23BF16 is #DC40E9. Grayscale: #7D7D7D. Windows color (decimal): -14434538 or 1490723. OLE color: 1490723.
HSL color Cylindrical-coordinate representation of color #23BF16: hue angle of 115.38º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #23BF16 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 191 | 22 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.25 |
| HSL | 115.38º | 0.79% | 0.42% | - |
| HSV(B) | 115.38º | 0.88% | 0.75% | - |
| XYZ | 19.47 | 37.68 | 7.01 | - |
| YUV | 125.09 | 69.82 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 191 | 22 | 0.82 | 0 | 0.88 | 0.25 | 115.38 | 0.79 | 0.42 |
| Hex | 23 | BF | 16 | 52 | 0 | 58 | 19 | 73 | 4F | 2A |
| Octal | 43 | 277 | 26 | 122 | 0 | 130 | 31 | 163 | 117 | 52 |
| Binary | 100011 | 10111111 | 10110 | 1010010 | 0 | 1011000 | 11001 | 1110011 | 1001111 | 101010 |
Color Harmonies of #23BF16
Complementary color
Monochromatic Colors of #23BF16
Black with #23BF16
Text Example
Text Example
White with #23BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BF16; }
p { color: rgb(35,191,22); }
H1.HeaderClassName
{
color: #23BF16;
}
.AnyTagClassName
{
color: #23BF16;
}
</style>
background-color css
<style>
a { background-color: #23BF16; }
a { background-color: rgb(35,191,22); }
div.DivClassName
{
background-color: #23BF16;
}
.BgClassName
{
background-color: #23BF16;
}
</style>
border-color css
<style>
span { border-color: #23BF16; }
span { border-color: rgb(35,191,22); }
td.TdClassName
{
border-color: #23BF16;
}
.TagClassName
{
border-color: #23BF16;
}
</style>