Shades of Lime Green #23C433
Tints of Lime Green #23C433
RGB
CMYK
RGB Variations
Color information
#23C433 (or 0x23C433) is known color: Lime Green. HEX triplet: 23, C4 and 33. RGB value is (35,196,51). Sum of RGB (Red+Green+Blue) = 35+196+51=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #23C433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C433 is #DC3BCC. Grayscale: #838383. Windows color (decimal): -14433229 or 3392547. OLE color: 3392547.
HSL color Cylindrical-coordinate representation of color #23C433: hue angle of 125.96º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C433 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 196 | 51 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.23 |
| HSL | 125.96º | 0.7% | 0.45% | - |
| HSV(B) | 125.96º | 0.82% | 0.77% | - |
| XYZ | 21.03 | 40.08 | 9.76 | - |
| YUV | 131.33 | 82.66 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 196 | 51 | 0.82 | 0 | 0.74 | 0.23 | 125.96 | 0.7 | 0.45 |
| Hex | 23 | C4 | 33 | 52 | 0 | 4A | 17 | 7E | 46 | 2D |
| Octal | 43 | 304 | 63 | 122 | 0 | 112 | 27 | 176 | 106 | 55 |
| Binary | 100011 | 11000100 | 110011 | 1010010 | 0 | 1001010 | 10111 | 1111110 | 1000110 | 101101 |
Color Harmonies of #23C433
Complementary color
Monochromatic Colors of #23C433
Black with #23C433
Text Example
Text Example
White with #23C433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C433; }
p { color: rgb(35,196,51); }
H1.HeaderClassName
{
color: #23C433;
}
.AnyTagClassName
{
color: #23C433;
}
</style>
background-color css
<style>
a { background-color: #23C433; }
a { background-color: rgb(35,196,51); }
div.DivClassName
{
background-color: #23C433;
}
.BgClassName
{
background-color: #23C433;
}
</style>
border-color css
<style>
span { border-color: #23C433; }
span { border-color: rgb(35,196,51); }
td.TdClassName
{
border-color: #23C433;
}
.TagClassName
{
border-color: #23C433;
}
</style>