Shades of Lime Green #21C235
Tints of Lime Green #21C235
RGB
CMYK
RGB Variations
Color information
#21C235 (or 0x21C235) is known color: Lime Green. HEX triplet: 21, C2 and 35. RGB value is (33,194,53). Sum of RGB (Red+Green+Blue) = 33+194+53=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 194 (76.17% from 255 or 69.29% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 194 - color contains mainly: green. Hex color #21C235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C235 is #DE3DCA. Grayscale: #828282. Windows color (decimal): -14564811 or 3523105. OLE color: 3523105.
HSL color Cylindrical-coordinate representation of color #21C235: hue angle of 127.45º 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 #21C235 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 194 | 53 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.24 |
| HSL | 127.45º | 0.71% | 0.45% | - |
| HSV(B) | 127.45º | 0.83% | 0.76% | - |
| XYZ | 20.56 | 39.16 | 9.84 | - |
| YUV | 129.79 | 84.66 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 194 | 53 | 0.83 | 0 | 0.73 | 0.24 | 127.45 | 0.71 | 0.45 |
| Hex | 21 | C2 | 35 | 53 | 0 | 49 | 18 | 7F | 47 | 2D |
| Octal | 41 | 302 | 65 | 123 | 0 | 111 | 30 | 177 | 107 | 55 |
| Binary | 100001 | 11000010 | 110101 | 1010011 | 0 | 1001001 | 11000 | 1111111 | 1000111 | 101101 |
Color Harmonies of #21C235
Complementary color
Monochromatic Colors of #21C235
Black with #21C235
Text Example
Text Example
White with #21C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C235; }
p { color: rgb(33,194,53); }
H1.HeaderClassName
{
color: #21C235;
}
.AnyTagClassName
{
color: #21C235;
}
</style>
background-color css
<style>
a { background-color: #21C235; }
a { background-color: rgb(33,194,53); }
div.DivClassName
{
background-color: #21C235;
}
.BgClassName
{
background-color: #21C235;
}
</style>
border-color css
<style>
span { border-color: #21C235; }
span { border-color: rgb(33,194,53); }
td.TdClassName
{
border-color: #21C235;
}
.TagClassName
{
border-color: #21C235;
}
</style>