Shades of Lime Green #21CB1D
Tints of Lime Green #21CB1D
RGB
CMYK
RGB Variations
Color information
#21CB1D (or 0x21CB1D) is known color: Lime Green. HEX triplet: 21, CB and 1D. RGB value is (33,203,29). Sum of RGB (Red+Green+Blue) = 33+203+29=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 203 (79.69% from 255 or 76.60% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CB1D is #DE34E2. Grayscale: #848484. Windows color (decimal): -14562531 or 1952545. OLE color: 1952545.
HSL color Cylindrical-coordinate representation of color #21CB1D: hue angle of 118.62º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CB1D is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 29 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.20 |
| HSL | 118.62º | 0.75% | 0.45% | - |
| HSV(B) | 118.62º | 0.86% | 0.8% | - |
| XYZ | 22.2 | 43.12 | 8.32 | - |
| YUV | 132.33 | 69.68 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 29 | 0.84 | 0 | 0.86 | 0.20 | 118.62 | 0.75 | 0.45 |
| Hex | 21 | CB | 1D | 54 | 0 | 56 | 14 | 77 | 4B | 2D |
| Octal | 41 | 313 | 35 | 124 | 0 | 126 | 24 | 167 | 113 | 55 |
| Binary | 100001 | 11001011 | 11101 | 1010100 | 0 | 1010110 | 10100 | 1110111 | 1001011 | 101101 |
Color Harmonies of #21CB1D
Complementary color
Monochromatic Colors of #21CB1D
Black with #21CB1D
Text Example
Text Example
White with #21CB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB1D; }
p { color: rgb(33,203,29); }
H1.HeaderClassName
{
color: #21CB1D;
}
.AnyTagClassName
{
color: #21CB1D;
}
</style>
background-color css
<style>
a { background-color: #21CB1D; }
a { background-color: rgb(33,203,29); }
div.DivClassName
{
background-color: #21CB1D;
}
.BgClassName
{
background-color: #21CB1D;
}
</style>
border-color css
<style>
span { border-color: #21CB1D; }
span { border-color: rgb(33,203,29); }
td.TdClassName
{
border-color: #21CB1D;
}
.TagClassName
{
border-color: #21CB1D;
}
</style>