Shades of Lime Green #21CB3E
Tints of Lime Green #21CB3E
RGB
CMYK
RGB Variations
Color information
#21CB3E (or 0x21CB3E) is known color: Lime Green. HEX triplet: 21, CB and 3E. RGB value is (33,203,62). Sum of RGB (Red+Green+Blue) = 33+203+62=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 203 (79.69% from 255 or 68.12% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CB3E is #DE34C1. Grayscale: #888888. Windows color (decimal): -14562498 or 4115233. OLE color: 4115233.
HSL color Cylindrical-coordinate representation of color #21CB3E: hue angle of 130.24º 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 #21CB3E is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 62 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.20 |
| HSL | 130.24º | 0.72% | 0.46% | - |
| HSV(B) | 130.24º | 0.84% | 0.8% | - |
| XYZ | 22.85 | 43.38 | 11.73 | - |
| YUV | 136.1 | 86.18 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 62 | 0.84 | 0 | 0.69 | 0.20 | 130.24 | 0.72 | 0.46 |
| Hex | 21 | CB | 3E | 54 | 0 | 45 | 14 | 82 | 48 | 2E |
| Octal | 41 | 313 | 76 | 124 | 0 | 105 | 24 | 202 | 110 | 56 |
| Binary | 100001 | 11001011 | 111110 | 1010100 | 0 | 1000101 | 10100 | 10000010 | 1001000 | 101110 |
Color Harmonies of #21CB3E
Complementary color
Monochromatic Colors of #21CB3E
Black with #21CB3E
Text Example
Text Example
White with #21CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB3E; }
p { color: rgb(33,203,62); }
H1.HeaderClassName
{
color: #21CB3E;
}
.AnyTagClassName
{
color: #21CB3E;
}
</style>
background-color css
<style>
a { background-color: #21CB3E; }
a { background-color: rgb(33,203,62); }
div.DivClassName
{
background-color: #21CB3E;
}
.BgClassName
{
background-color: #21CB3E;
}
</style>
border-color css
<style>
span { border-color: #21CB3E; }
span { border-color: rgb(33,203,62); }
td.TdClassName
{
border-color: #21CB3E;
}
.TagClassName
{
border-color: #21CB3E;
}
</style>