Shades of Lime Green #23C136
Tints of Lime Green #23C136
RGB
CMYK
RGB Variations
Color information
#23C136 (or 0x23C136) is known color: Lime Green. HEX triplet: 23, C1 and 36. RGB value is (35,193,54). Sum of RGB (Red+Green+Blue) = 35+193+54=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 193 (75.78% from 255 or 68.44% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 193 - color contains mainly: green. Hex color #23C136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C136 is #DC3EC9. Grayscale: #828282. Windows color (decimal): -14433994 or 3588387. OLE color: 3588387.
HSL color Cylindrical-coordinate representation of color #23C136: hue angle of 127.22º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C136 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 193 | 54 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.24 |
| HSL | 127.22º | 0.69% | 0.45% | - |
| HSV(B) | 127.22º | 0.82% | 0.76% | - |
| XYZ | 20.43 | 38.76 | 9.9 | - |
| YUV | 129.91 | 85.15 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 193 | 54 | 0.82 | 0 | 0.72 | 0.24 | 127.22 | 0.69 | 0.45 |
| Hex | 23 | C1 | 36 | 52 | 0 | 48 | 18 | 7F | 45 | 2D |
| Octal | 43 | 301 | 66 | 122 | 0 | 110 | 30 | 177 | 105 | 55 |
| Binary | 100011 | 11000001 | 110110 | 1010010 | 0 | 1001000 | 11000 | 1111111 | 1000101 | 101101 |
Color Harmonies of #23C136
Complementary color
Monochromatic Colors of #23C136
Black with #23C136
Text Example
Text Example
White with #23C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C136; }
p { color: rgb(35,193,54); }
H1.HeaderClassName
{
color: #23C136;
}
.AnyTagClassName
{
color: #23C136;
}
</style>
background-color css
<style>
a { background-color: #23C136; }
a { background-color: rgb(35,193,54); }
div.DivClassName
{
background-color: #23C136;
}
.BgClassName
{
background-color: #23C136;
}
</style>
border-color css
<style>
span { border-color: #23C136; }
span { border-color: rgb(35,193,54); }
td.TdClassName
{
border-color: #23C136;
}
.TagClassName
{
border-color: #23C136;
}
</style>