Shades of Lime Green #23C930
Tints of Lime Green #23C930
RGB
CMYK
RGB Variations
Color information
#23C930 (or 0x23C930) is known color: Lime Green. HEX triplet: 23, C9 and 30. RGB value is (35,201,48). Sum of RGB (Red+Green+Blue) = 35+201+48=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 201 (78.91% from 255 or 70.77% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 201 - color contains mainly: green. Hex color #23C930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C930 is #DC36CF. Grayscale: #868686. Windows color (decimal): -14431952 or 3197219. OLE color: 3197219.
HSL color Cylindrical-coordinate representation of color #23C930: hue angle of 124.7º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23C930 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 201 | 48 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.21 |
| HSL | 124.7º | 0.7% | 0.46% | - |
| HSV(B) | 124.7º | 0.83% | 0.79% | - |
| XYZ | 22.11 | 42.34 | 9.8 | - |
| YUV | 133.92 | 79.5 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 201 | 48 | 0.83 | 0 | 0.76 | 0.21 | 124.7 | 0.7 | 0.46 |
| Hex | 23 | C9 | 30 | 53 | 0 | 4C | 15 | 7D | 46 | 2E |
| Octal | 43 | 311 | 60 | 123 | 0 | 114 | 25 | 175 | 106 | 56 |
| Binary | 100011 | 11001001 | 110000 | 1010011 | 0 | 1001100 | 10101 | 1111101 | 1000110 | 101110 |
Color Harmonies of #23C930
Complementary color
Monochromatic Colors of #23C930
Black with #23C930
Text Example
Text Example
White with #23C930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C930; }
p { color: rgb(35,201,48); }
H1.HeaderClassName
{
color: #23C930;
}
.AnyTagClassName
{
color: #23C930;
}
</style>
background-color css
<style>
a { background-color: #23C930; }
a { background-color: rgb(35,201,48); }
div.DivClassName
{
background-color: #23C930;
}
.BgClassName
{
background-color: #23C930;
}
</style>
border-color css
<style>
span { border-color: #23C930; }
span { border-color: rgb(35,201,48); }
td.TdClassName
{
border-color: #23C930;
}
.TagClassName
{
border-color: #23C930;
}
</style>