Shades of Lime Green #21CB2D
Tints of Lime Green #21CB2D
RGB
CMYK
RGB Variations
Color information
#21CB2D (or 0x21CB2D) is known color: Lime Green. HEX triplet: 21, CB and 2D. RGB value is (33,203,45). Sum of RGB (Red+Green+Blue) = 33+203+45=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 203 (79.69% from 255 or 72.24% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CB2D is #DE34D2. Grayscale: #868686. Windows color (decimal): -14562515 or 3001121. OLE color: 3001121.
HSL color Cylindrical-coordinate representation of color #21CB2D: hue angle of 124.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 #21CB2D is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 45 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.20 |
| HSL | 124.24º | 0.72% | 0.46% | - |
| HSV(B) | 124.24º | 0.84% | 0.8% | - |
| XYZ | 22.46 | 43.22 | 9.64 | - |
| YUV | 134.16 | 77.68 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 45 | 0.84 | 0 | 0.78 | 0.20 | 124.24 | 0.72 | 0.46 |
| Hex | 21 | CB | 2D | 54 | 0 | 4E | 14 | 7C | 48 | 2E |
| Octal | 41 | 313 | 55 | 124 | 0 | 116 | 24 | 174 | 110 | 56 |
| Binary | 100001 | 11001011 | 101101 | 1010100 | 0 | 1001110 | 10100 | 1111100 | 1001000 | 101110 |
Color Harmonies of #21CB2D
Complementary color
Monochromatic Colors of #21CB2D
Black with #21CB2D
Text Example
Text Example
White with #21CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB2D; }
p { color: rgb(33,203,45); }
H1.HeaderClassName
{
color: #21CB2D;
}
.AnyTagClassName
{
color: #21CB2D;
}
</style>
background-color css
<style>
a { background-color: #21CB2D; }
a { background-color: rgb(33,203,45); }
div.DivClassName
{
background-color: #21CB2D;
}
.BgClassName
{
background-color: #21CB2D;
}
</style>
border-color css
<style>
span { border-color: #21CB2D; }
span { border-color: rgb(33,203,45); }
td.TdClassName
{
border-color: #21CB2D;
}
.TagClassName
{
border-color: #21CB2D;
}
</style>