Shades of Lime Green #21CB36
Tints of Lime Green #21CB36
RGB
CMYK
RGB Variations
Color information
#21CB36 (or 0x21CB36) is known color: Lime Green. HEX triplet: 21, CB and 36. RGB value is (33,203,54). Sum of RGB (Red+Green+Blue) = 33+203+54=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 203 (79.69% from 255 or 70% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CB36 is #DE34C9. Grayscale: #878787. Windows color (decimal): -14562506 or 3590945. OLE color: 3590945.
HSL color Cylindrical-coordinate representation of color #21CB36: hue angle of 127.41º 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 #21CB36 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 54 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.20 |
| HSL | 127.41º | 0.72% | 0.46% | - |
| HSV(B) | 127.41º | 0.84% | 0.8% | - |
| XYZ | 22.65 | 43.3 | 10.65 | - |
| YUV | 135.18 | 82.18 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 54 | 0.84 | 0 | 0.73 | 0.20 | 127.41 | 0.72 | 0.46 |
| Hex | 21 | CB | 36 | 54 | 0 | 49 | 14 | 7F | 48 | 2E |
| Octal | 41 | 313 | 66 | 124 | 0 | 111 | 24 | 177 | 110 | 56 |
| Binary | 100001 | 11001011 | 110110 | 1010100 | 0 | 1001001 | 10100 | 1111111 | 1001000 | 101110 |
Color Harmonies of #21CB36
Complementary color
Monochromatic Colors of #21CB36
Black with #21CB36
Text Example
Text Example
White with #21CB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB36; }
p { color: rgb(33,203,54); }
H1.HeaderClassName
{
color: #21CB36;
}
.AnyTagClassName
{
color: #21CB36;
}
</style>
background-color css
<style>
a { background-color: #21CB36; }
a { background-color: rgb(33,203,54); }
div.DivClassName
{
background-color: #21CB36;
}
.BgClassName
{
background-color: #21CB36;
}
</style>
border-color css
<style>
span { border-color: #21CB36; }
span { border-color: rgb(33,203,54); }
td.TdClassName
{
border-color: #21CB36;
}
.TagClassName
{
border-color: #21CB36;
}
</style>