Shades of Lime Green #23C121
Tints of Lime Green #23C121
RGB
CMYK
RGB Variations
Color information
#23C121 (or 0x23C121) is known color: Lime Green. HEX triplet: 23, C1 and 21. RGB value is (35,193,33). Sum of RGB (Red+Green+Blue) = 35+193+33=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 193 (75.78% from 255 or 73.95% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 193 - color contains mainly: green. Hex color #23C121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C121 is #DC3EDE. Grayscale: #7F7F7F. Windows color (decimal): -14434015 or 2212131. OLE color: 2212131.
HSL color Cylindrical-coordinate representation of color #23C121: hue angle of 119.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23C121 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 193 | 33 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.24 |
| HSL | 119.25º | 0.71% | 0.44% | - |
| HSV(B) | 119.25º | 0.83% | 0.76% | - |
| XYZ | 20.04 | 38.61 | 7.83 | - |
| YUV | 127.52 | 74.65 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 193 | 33 | 0.82 | 0 | 0.83 | 0.24 | 119.25 | 0.71 | 0.44 |
| Hex | 23 | C1 | 21 | 52 | 0 | 53 | 18 | 77 | 47 | 2C |
| Octal | 43 | 301 | 41 | 122 | 0 | 123 | 30 | 167 | 107 | 54 |
| Binary | 100011 | 11000001 | 100001 | 1010010 | 0 | 1010011 | 11000 | 1110111 | 1000111 | 101100 |
Color Harmonies of #23C121
Complementary color
Monochromatic Colors of #23C121
Black with #23C121
Text Example
Text Example
White with #23C121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C121; }
p { color: rgb(35,193,33); }
H1.HeaderClassName
{
color: #23C121;
}
.AnyTagClassName
{
color: #23C121;
}
</style>
background-color css
<style>
a { background-color: #23C121; }
a { background-color: rgb(35,193,33); }
div.DivClassName
{
background-color: #23C121;
}
.BgClassName
{
background-color: #23C121;
}
</style>
border-color css
<style>
span { border-color: #23C121; }
span { border-color: rgb(35,193,33); }
td.TdClassName
{
border-color: #23C121;
}
.TagClassName
{
border-color: #23C121;
}
</style>