Shades of Lime Green #21D91C
Tints of Lime Green #21D91C
RGB
CMYK
RGB Variations
Color information
#21D91C (or 0x21D91C) is known color: Lime Green. HEX triplet: 21, D9 and 1C. RGB value is (33,217,28). Sum of RGB (Red+Green+Blue) = 33+217+28=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 217 (85.16% from 255 or 78.06% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 217 - color contains mainly: green. Hex color #21D91C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D91C is #DE26E3. Grayscale: #8D8D8D. Windows color (decimal): -14558948 or 1890593. OLE color: 1890593.
HSL color Cylindrical-coordinate representation of color #21D91C: hue angle of 118.41º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21D91C is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 217 | 28 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.15 |
| HSL | 118.41º | 0.77% | 0.48% | - |
| HSV(B) | 118.41º | 0.87% | 0.85% | - |
| XYZ | 25.65 | 50.03 | 9.4 | - |
| YUV | 140.44 | 64.54 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 217 | 28 | 0.85 | 0 | 0.87 | 0.15 | 118.41 | 0.77 | 0.48 |
| Hex | 21 | D9 | 1C | 55 | 0 | 57 | F | 76 | 4D | 30 |
| Octal | 41 | 331 | 34 | 125 | 0 | 127 | 17 | 166 | 115 | 60 |
| Binary | 100001 | 11011001 | 11100 | 1010101 | 0 | 1010111 | 1111 | 1110110 | 1001101 | 110000 |
Color Harmonies of #21D91C
Complementary color
Monochromatic Colors of #21D91C
Black with #21D91C
Text Example
Text Example
White with #21D91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D91C; }
p { color: rgb(33,217,28); }
H1.HeaderClassName
{
color: #21D91C;
}
.AnyTagClassName
{
color: #21D91C;
}
</style>
background-color css
<style>
a { background-color: #21D91C; }
a { background-color: rgb(33,217,28); }
div.DivClassName
{
background-color: #21D91C;
}
.BgClassName
{
background-color: #21D91C;
}
</style>
border-color css
<style>
span { border-color: #21D91C; }
span { border-color: rgb(33,217,28); }
td.TdClassName
{
border-color: #21D91C;
}
.TagClassName
{
border-color: #21D91C;
}
</style>