Shades of Lime Green #21CB42
Tints of Lime Green #21CB42
RGB
CMYK
RGB Variations
Color information
#21CB42 (or 0x21CB42) is known color: Lime Green. HEX triplet: 21, CB and 42. RGB value is (33,203,66). Sum of RGB (Red+Green+Blue) = 33+203+66=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 203 (79.69% from 255 or 67.22% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CB42 is #DE34BD. Grayscale: #888888. Windows color (decimal): -14562494 or 4377377. OLE color: 4377377.
HSL color Cylindrical-coordinate representation of color #21CB42: hue angle of 131.65º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CB42 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 66 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.20 |
| HSL | 131.65º | 0.72% | 0.46% | - |
| HSV(B) | 131.65º | 0.84% | 0.8% | - |
| XYZ | 22.97 | 43.43 | 12.33 | - |
| YUV | 136.55 | 88.18 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 66 | 0.84 | 0 | 0.67 | 0.20 | 131.65 | 0.72 | 0.46 |
| Hex | 21 | CB | 42 | 54 | 0 | 43 | 14 | 84 | 48 | 2E |
| Octal | 41 | 313 | 102 | 124 | 0 | 103 | 24 | 204 | 110 | 56 |
| Binary | 100001 | 11001011 | 1000010 | 1010100 | 0 | 1000011 | 10100 | 10000100 | 1001000 | 101110 |
Color Harmonies of #21CB42
Complementary color
Monochromatic Colors of #21CB42
Black with #21CB42
Text Example
Text Example
White with #21CB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB42; }
p { color: rgb(33,203,66); }
H1.HeaderClassName
{
color: #21CB42;
}
.AnyTagClassName
{
color: #21CB42;
}
</style>
background-color css
<style>
a { background-color: #21CB42; }
a { background-color: rgb(33,203,66); }
div.DivClassName
{
background-color: #21CB42;
}
.BgClassName
{
background-color: #21CB42;
}
</style>
border-color css
<style>
span { border-color: #21CB42; }
span { border-color: rgb(33,203,66); }
td.TdClassName
{
border-color: #21CB42;
}
.TagClassName
{
border-color: #21CB42;
}
</style>