Shades of Lime Green #23C830
Tints of Lime Green #23C830
RGB
CMYK
RGB Variations
Color information
#23C830 (or 0x23C830) is known color: Lime Green. HEX triplet: 23, C8 and 30. RGB value is (35,200,48). Sum of RGB (Red+Green+Blue) = 35+200+48=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 200 (78.52% from 255 or 70.67% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 200 - color contains mainly: green. Hex color #23C830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C830 is #DC37CF. Grayscale: #858585. Windows color (decimal): -14432208 or 3196963. OLE color: 3196963.
HSL color Cylindrical-coordinate representation of color #23C830: hue angle of 124.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C830 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 200 | 48 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.22 |
| HSL | 124.73º | 0.7% | 0.46% | - |
| HSV(B) | 124.73º | 0.83% | 0.78% | - |
| XYZ | 21.88 | 41.88 | 9.73 | - |
| YUV | 133.34 | 79.84 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 200 | 48 | 0.82 | 0 | 0.76 | 0.22 | 124.73 | 0.7 | 0.46 |
| Hex | 23 | C8 | 30 | 52 | 0 | 4C | 16 | 7D | 46 | 2E |
| Octal | 43 | 310 | 60 | 122 | 0 | 114 | 26 | 175 | 106 | 56 |
| Binary | 100011 | 11001000 | 110000 | 1010010 | 0 | 1001100 | 10110 | 1111101 | 1000110 | 101110 |
Color Harmonies of #23C830
Complementary color
Monochromatic Colors of #23C830
Black with #23C830
Text Example
Text Example
White with #23C830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C830; }
p { color: rgb(35,200,48); }
H1.HeaderClassName
{
color: #23C830;
}
.AnyTagClassName
{
color: #23C830;
}
</style>
background-color css
<style>
a { background-color: #23C830; }
a { background-color: rgb(35,200,48); }
div.DivClassName
{
background-color: #23C830;
}
.BgClassName
{
background-color: #23C830;
}
</style>
border-color css
<style>
span { border-color: #23C830; }
span { border-color: rgb(35,200,48); }
td.TdClassName
{
border-color: #23C830;
}
.TagClassName
{
border-color: #23C830;
}
</style>