Shades of Lime Green #21CB3F
Tints of Lime Green #21CB3F
RGB
CMYK
RGB Variations
Color information
#21CB3F (or 0x21CB3F) is known color: Lime Green. HEX triplet: 21, CB and 3F. RGB value is (33,203,63). Sum of RGB (Red+Green+Blue) = 33+203+63=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 203 (79.69% from 255 or 67.89% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CB3F is #DE34C0. Grayscale: #888888. Windows color (decimal): -14562497 or 4180769. OLE color: 4180769.
HSL color Cylindrical-coordinate representation of color #21CB3F: hue angle of 130.59º 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 #21CB3F is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 63 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.20 |
| HSL | 130.59º | 0.72% | 0.46% | - |
| HSV(B) | 130.59º | 0.84% | 0.8% | - |
| XYZ | 22.88 | 43.39 | 11.87 | - |
| YUV | 136.21 | 86.68 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 63 | 0.84 | 0 | 0.69 | 0.20 | 130.59 | 0.72 | 0.46 |
| Hex | 21 | CB | 3F | 54 | 0 | 45 | 14 | 83 | 48 | 2E |
| Octal | 41 | 313 | 77 | 124 | 0 | 105 | 24 | 203 | 110 | 56 |
| Binary | 100001 | 11001011 | 111111 | 1010100 | 0 | 1000101 | 10100 | 10000011 | 1001000 | 101110 |
Color Harmonies of #21CB3F
Complementary color
Monochromatic Colors of #21CB3F
Black with #21CB3F
Text Example
Text Example
White with #21CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB3F; }
p { color: rgb(33,203,63); }
H1.HeaderClassName
{
color: #21CB3F;
}
.AnyTagClassName
{
color: #21CB3F;
}
</style>
background-color css
<style>
a { background-color: #21CB3F; }
a { background-color: rgb(33,203,63); }
div.DivClassName
{
background-color: #21CB3F;
}
.BgClassName
{
background-color: #21CB3F;
}
</style>
border-color css
<style>
span { border-color: #21CB3F; }
span { border-color: rgb(33,203,63); }
td.TdClassName
{
border-color: #21CB3F;
}
.TagClassName
{
border-color: #21CB3F;
}
</style>