Shades of Lime Green #21CB3A
Tints of Lime Green #21CB3A
RGB
CMYK
RGB Variations
Color information
#21CB3A (or 0x21CB3A) is known color: Lime Green. HEX triplet: 21, CB and 3A. RGB value is (33,203,58). Sum of RGB (Red+Green+Blue) = 33+203+58=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 203 (79.69% from 255 or 69.05% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CB3A is #DE34C5. Grayscale: #888888. Windows color (decimal): -14562502 or 3853089. OLE color: 3853089.
HSL color Cylindrical-coordinate representation of color #21CB3A: hue angle of 128.82º 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 #21CB3A is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 58 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.20 |
| HSL | 128.82º | 0.72% | 0.46% | - |
| HSV(B) | 128.82º | 0.84% | 0.8% | - |
| XYZ | 22.75 | 43.34 | 11.17 | - |
| YUV | 135.64 | 84.18 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 58 | 0.84 | 0 | 0.71 | 0.20 | 128.82 | 0.72 | 0.46 |
| Hex | 21 | CB | 3A | 54 | 0 | 47 | 14 | 81 | 48 | 2E |
| Octal | 41 | 313 | 72 | 124 | 0 | 107 | 24 | 201 | 110 | 56 |
| Binary | 100001 | 11001011 | 111010 | 1010100 | 0 | 1000111 | 10100 | 10000001 | 1001000 | 101110 |
Color Harmonies of #21CB3A
Complementary color
Monochromatic Colors of #21CB3A
Black with #21CB3A
Text Example
Text Example
White with #21CB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB3A; }
p { color: rgb(33,203,58); }
H1.HeaderClassName
{
color: #21CB3A;
}
.AnyTagClassName
{
color: #21CB3A;
}
</style>
background-color css
<style>
a { background-color: #21CB3A; }
a { background-color: rgb(33,203,58); }
div.DivClassName
{
background-color: #21CB3A;
}
.BgClassName
{
background-color: #21CB3A;
}
</style>
border-color css
<style>
span { border-color: #21CB3A; }
span { border-color: rgb(33,203,58); }
td.TdClassName
{
border-color: #21CB3A;
}
.TagClassName
{
border-color: #21CB3A;
}
</style>