Shades of Lime Green #21CB28
Tints of Lime Green #21CB28
RGB
CMYK
RGB Variations
Color information
#21CB28 (or 0x21CB28) is known color: Lime Green. HEX triplet: 21, CB and 28. RGB value is (33,203,40). Sum of RGB (Red+Green+Blue) = 33+203+40=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 203 (79.69% from 255 or 73.55% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CB28 is #DE34D7. Grayscale: #868686. Windows color (decimal): -14562520 or 2673441. OLE color: 2673441.
HSL color Cylindrical-coordinate representation of color #21CB28: hue angle of 122.47º 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 #21CB28 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 40 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.20 |
| HSL | 122.47º | 0.72% | 0.46% | - |
| HSV(B) | 122.47º | 0.84% | 0.8% | - |
| XYZ | 22.37 | 43.19 | 9.16 | - |
| YUV | 133.59 | 75.18 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 40 | 0.84 | 0 | 0.80 | 0.20 | 122.47 | 0.72 | 0.46 |
| Hex | 21 | CB | 28 | 54 | 0 | 50 | 14 | 7A | 48 | 2E |
| Octal | 41 | 313 | 50 | 124 | 0 | 120 | 24 | 172 | 110 | 56 |
| Binary | 100001 | 11001011 | 101000 | 1010100 | 0 | 1010000 | 10100 | 1111010 | 1001000 | 101110 |
Color Harmonies of #21CB28
Complementary color
Monochromatic Colors of #21CB28
Black with #21CB28
Text Example
Text Example
White with #21CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB28; }
p { color: rgb(33,203,40); }
H1.HeaderClassName
{
color: #21CB28;
}
.AnyTagClassName
{
color: #21CB28;
}
</style>
background-color css
<style>
a { background-color: #21CB28; }
a { background-color: rgb(33,203,40); }
div.DivClassName
{
background-color: #21CB28;
}
.BgClassName
{
background-color: #21CB28;
}
</style>
border-color css
<style>
span { border-color: #21CB28; }
span { border-color: rgb(33,203,40); }
td.TdClassName
{
border-color: #21CB28;
}
.TagClassName
{
border-color: #21CB28;
}
</style>