Shades of Lime Green #21CE30
Tints of Lime Green #21CE30
RGB
CMYK
RGB Variations
Color information
#21CE30 (or 0x21CE30) is known color: Lime Green. HEX triplet: 21, CE and 30. RGB value is (33,206,48). Sum of RGB (Red+Green+Blue) = 33+206+48=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 206 (80.86% from 255 or 71.78% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CE30 is #DE31CF. Grayscale: #888888. Windows color (decimal): -14561744 or 3198497. OLE color: 3198497.
HSL color Cylindrical-coordinate representation of color #21CE30: hue angle of 125.2º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CE30 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 48 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.19 |
| HSL | 125.2º | 0.72% | 0.47% | - |
| HSV(B) | 125.2º | 0.84% | 0.81% | - |
| XYZ | 23.23 | 44.68 | 10.2 | - |
| YUV | 136.26 | 78.19 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 48 | 0.84 | 0 | 0.77 | 0.19 | 125.2 | 0.72 | 0.47 |
| Hex | 21 | CE | 30 | 54 | 0 | 4D | 13 | 7D | 48 | 2F |
| Octal | 41 | 316 | 60 | 124 | 0 | 115 | 23 | 175 | 110 | 57 |
| Binary | 100001 | 11001110 | 110000 | 1010100 | 0 | 1001101 | 10011 | 1111101 | 1001000 | 101111 |
Color Harmonies of #21CE30
Complementary color
Monochromatic Colors of #21CE30
Black with #21CE30
Text Example
Text Example
White with #21CE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE30; }
p { color: rgb(33,206,48); }
H1.HeaderClassName
{
color: #21CE30;
}
.AnyTagClassName
{
color: #21CE30;
}
</style>
background-color css
<style>
a { background-color: #21CE30; }
a { background-color: rgb(33,206,48); }
div.DivClassName
{
background-color: #21CE30;
}
.BgClassName
{
background-color: #21CE30;
}
</style>
border-color css
<style>
span { border-color: #21CE30; }
span { border-color: rgb(33,206,48); }
td.TdClassName
{
border-color: #21CE30;
}
.TagClassName
{
border-color: #21CE30;
}
</style>