Shades of Lime Green #23C236
Tints of Lime Green #23C236
RGB
CMYK
RGB Variations
Color information
#23C236 (or 0x23C236) is known color: Lime Green. HEX triplet: 23, C2 and 36. RGB value is (35,194,54). Sum of RGB (Red+Green+Blue) = 35+194+54=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #23C236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C236 is #DC3DC9. Grayscale: #828282. Windows color (decimal): -14433738 or 3588643. OLE color: 3588643.
HSL color Cylindrical-coordinate representation of color #23C236: hue angle of 127.17º 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 #23C236 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 194 | 54 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.24 |
| HSL | 127.17º | 0.69% | 0.45% | - |
| HSV(B) | 127.17º | 0.82% | 0.76% | - |
| XYZ | 20.65 | 39.21 | 9.97 | - |
| YUV | 130.5 | 84.82 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 194 | 54 | 0.82 | 0 | 0.72 | 0.24 | 127.17 | 0.69 | 0.45 |
| Hex | 23 | C2 | 36 | 52 | 0 | 48 | 18 | 7F | 45 | 2D |
| Octal | 43 | 302 | 66 | 122 | 0 | 110 | 30 | 177 | 105 | 55 |
| Binary | 100011 | 11000010 | 110110 | 1010010 | 0 | 1001000 | 11000 | 1111111 | 1000101 | 101101 |
Color Harmonies of #23C236
Complementary color
Monochromatic Colors of #23C236
Black with #23C236
Text Example
Text Example
White with #23C236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C236; }
p { color: rgb(35,194,54); }
H1.HeaderClassName
{
color: #23C236;
}
.AnyTagClassName
{
color: #23C236;
}
</style>
background-color css
<style>
a { background-color: #23C236; }
a { background-color: rgb(35,194,54); }
div.DivClassName
{
background-color: #23C236;
}
.BgClassName
{
background-color: #23C236;
}
</style>
border-color css
<style>
span { border-color: #23C236; }
span { border-color: rgb(35,194,54); }
td.TdClassName
{
border-color: #23C236;
}
.TagClassName
{
border-color: #23C236;
}
</style>