Shades of Lime Green #21C323
Tints of Lime Green #21C323
RGB
CMYK
RGB Variations
Color information
#21C323 (or 0x21C323) is known color: Lime Green. HEX triplet: 21, C3 and 23. RGB value is (33,195,35). Sum of RGB (Red+Green+Blue) = 33+195+35=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 195 (76.56% from 255 or 74.14% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 195 - color contains mainly: green. Hex color #21C323 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C323 is #DE3CDC. Grayscale: #808080. Windows color (decimal): -14564573 or 2343713. OLE color: 2343713.
HSL color Cylindrical-coordinate representation of color #21C323: hue angle of 120.74º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C323 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 195 | 35 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.24 |
| HSL | 120.74º | 0.71% | 0.45% | - |
| HSV(B) | 120.74º | 0.83% | 0.76% | - |
| XYZ | 20.45 | 39.47 | 8.13 | - |
| YUV | 128.32 | 75.33 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 195 | 35 | 0.83 | 0 | 0.82 | 0.24 | 120.74 | 0.71 | 0.45 |
| Hex | 21 | C3 | 23 | 53 | 0 | 52 | 18 | 79 | 47 | 2D |
| Octal | 41 | 303 | 43 | 123 | 0 | 122 | 30 | 171 | 107 | 55 |
| Binary | 100001 | 11000011 | 100011 | 1010011 | 0 | 1010010 | 11000 | 1111001 | 1000111 | 101101 |
Color Harmonies of #21C323
Complementary color
Monochromatic Colors of #21C323
Black with #21C323
Text Example
Text Example
White with #21C323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C323; }
p { color: rgb(33,195,35); }
H1.HeaderClassName
{
color: #21C323;
}
.AnyTagClassName
{
color: #21C323;
}
</style>
background-color css
<style>
a { background-color: #21C323; }
a { background-color: rgb(33,195,35); }
div.DivClassName
{
background-color: #21C323;
}
.BgClassName
{
background-color: #21C323;
}
</style>
border-color css
<style>
span { border-color: #21C323; }
span { border-color: rgb(33,195,35); }
td.TdClassName
{
border-color: #21C323;
}
.TagClassName
{
border-color: #21C323;
}
</style>