Shades of Lime Green #23CE2B
Tints of Lime Green #23CE2B
RGB
CMYK
RGB Variations
Color information
#23CE2B (or 0x23CE2B) is known color: Lime Green. HEX triplet: 23, CE and 2B. RGB value is (35,206,43). Sum of RGB (Red+Green+Blue) = 35+206+43=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 206 (80.86% from 255 or 72.54% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 206 - color contains mainly: green. Hex color #23CE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CE2B is #DC31D4. Grayscale: #888888. Windows color (decimal): -14430677 or 2870819. OLE color: 2870819.
HSL color Cylindrical-coordinate representation of color #23CE2B: hue angle of 122.81º 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 #23CE2B is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 206 | 43 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.19 |
| HSL | 122.81º | 0.71% | 0.47% | - |
| HSV(B) | 122.81º | 0.83% | 0.81% | - |
| XYZ | 23.2 | 44.67 | 9.69 | - |
| YUV | 136.29 | 75.35 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 206 | 43 | 0.83 | 0 | 0.79 | 0.19 | 122.81 | 0.71 | 0.47 |
| Hex | 23 | CE | 2B | 53 | 0 | 4F | 13 | 7B | 47 | 2F |
| Octal | 43 | 316 | 53 | 123 | 0 | 117 | 23 | 173 | 107 | 57 |
| Binary | 100011 | 11001110 | 101011 | 1010011 | 0 | 1001111 | 10011 | 1111011 | 1000111 | 101111 |
Color Harmonies of #23CE2B
Complementary color
Monochromatic Colors of #23CE2B
Black with #23CE2B
Text Example
Text Example
White with #23CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CE2B; }
p { color: rgb(35,206,43); }
H1.HeaderClassName
{
color: #23CE2B;
}
.AnyTagClassName
{
color: #23CE2B;
}
</style>
background-color css
<style>
a { background-color: #23CE2B; }
a { background-color: rgb(35,206,43); }
div.DivClassName
{
background-color: #23CE2B;
}
.BgClassName
{
background-color: #23CE2B;
}
</style>
border-color css
<style>
span { border-color: #23CE2B; }
span { border-color: rgb(35,206,43); }
td.TdClassName
{
border-color: #23CE2B;
}
.TagClassName
{
border-color: #23CE2B;
}
</style>