Shades of Lime Green #21CC31
Tints of Lime Green #21CC31
RGB
CMYK
RGB Variations
Color information
#21CC31 (or 0x21CC31) is known color: Lime Green. HEX triplet: 21, CC and 31. RGB value is (33,204,49). Sum of RGB (Red+Green+Blue) = 33+204+49=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CC31 is #DE33CE. Grayscale: #878787. Windows color (decimal): -14562255 or 3263521. OLE color: 3263521.
HSL color Cylindrical-coordinate representation of color #21CC31: hue angle of 125.61º 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 #21CC31 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 49 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.2 |
| HSL | 125.61º | 0.72% | 0.46% | - |
| HSV(B) | 125.61º | 0.84% | 0.8% | - |
| XYZ | 22.77 | 43.73 | 10.15 | - |
| YUV | 135.2 | 79.35 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 49 | 0.84 | 0 | 0.76 | 0.2 | 125.61 | 0.72 | 0.46 |
| Hex | 21 | CC | 31 | 54 | 0 | 4C | 14 | 7E | 48 | 2E |
| Octal | 41 | 314 | 61 | 124 | 0 | 114 | 24 | 176 | 110 | 56 |
| Binary | 100001 | 11001100 | 110001 | 1010100 | 0 | 1001100 | 10100 | 1111110 | 1001000 | 101110 |
Color Harmonies of #21CC31
Complementary color
Monochromatic Colors of #21CC31
Black with #21CC31
Text Example
Text Example
White with #21CC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC31; }
p { color: rgb(33,204,49); }
H1.HeaderClassName
{
color: #21CC31;
}
.AnyTagClassName
{
color: #21CC31;
}
</style>
background-color css
<style>
a { background-color: #21CC31; }
a { background-color: rgb(33,204,49); }
div.DivClassName
{
background-color: #21CC31;
}
.BgClassName
{
background-color: #21CC31;
}
</style>
border-color css
<style>
span { border-color: #21CC31; }
span { border-color: rgb(33,204,49); }
td.TdClassName
{
border-color: #21CC31;
}
.TagClassName
{
border-color: #21CC31;
}
</style>