Shades of Lime Green #23CE34
Tints of Lime Green #23CE34
RGB
CMYK
RGB Variations
Color information
#23CE34 (or 0x23CE34) is known color: Lime Green. HEX triplet: 23, CE and 34. RGB value is (35,206,52). Sum of RGB (Red+Green+Blue) = 35+206+52=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 206 (80.86% from 255 or 70.31% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 206 - color contains mainly: green. Hex color #23CE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CE34 is #DC31CB. Grayscale: #898989. Windows color (decimal): -14430668 or 3460643. OLE color: 3460643.
HSL color Cylindrical-coordinate representation of color #23CE34: hue angle of 125.96º 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 #23CE34 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 206 | 52 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.19 |
| HSL | 125.96º | 0.71% | 0.47% | - |
| HSV(B) | 125.96º | 0.83% | 0.81% | - |
| XYZ | 23.38 | 44.75 | 10.65 | - |
| YUV | 137.32 | 79.85 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 206 | 52 | 0.83 | 0 | 0.75 | 0.19 | 125.96 | 0.71 | 0.47 |
| Hex | 23 | CE | 34 | 53 | 0 | 4B | 13 | 7E | 47 | 2F |
| Octal | 43 | 316 | 64 | 123 | 0 | 113 | 23 | 176 | 107 | 57 |
| Binary | 100011 | 11001110 | 110100 | 1010011 | 0 | 1001011 | 10011 | 1111110 | 1000111 | 101111 |
Color Harmonies of #23CE34
Complementary color
Monochromatic Colors of #23CE34
Black with #23CE34
Text Example
Text Example
White with #23CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CE34; }
p { color: rgb(35,206,52); }
H1.HeaderClassName
{
color: #23CE34;
}
.AnyTagClassName
{
color: #23CE34;
}
</style>
background-color css
<style>
a { background-color: #23CE34; }
a { background-color: rgb(35,206,52); }
div.DivClassName
{
background-color: #23CE34;
}
.BgClassName
{
background-color: #23CE34;
}
</style>
border-color css
<style>
span { border-color: #23CE34; }
span { border-color: rgb(35,206,52); }
td.TdClassName
{
border-color: #23CE34;
}
.TagClassName
{
border-color: #23CE34;
}
</style>