Shades of Lime Green #21C341
Tints of Lime Green #21C341
RGB
CMYK
RGB Variations
Color information
#21C341 (or 0x21C341) is known color: Lime Green. HEX triplet: 21, C3 and 41. RGB value is (33,195,65). Sum of RGB (Red+Green+Blue) = 33+195+65=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 195 (76.56% from 255 or 66.55% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 195 - color contains mainly: green. Hex color #21C341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C341 is #DE3CBE. Grayscale: #848484. Windows color (decimal): -14564543 or 4309793. OLE color: 4309793.
HSL color Cylindrical-coordinate representation of color #21C341: hue angle of 131.85º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C341 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 195 | 65 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.24 |
| HSL | 131.85º | 0.71% | 0.45% | - |
| HSV(B) | 131.85º | 0.83% | 0.76% | - |
| XYZ | 21.1 | 39.74 | 11.56 | - |
| YUV | 131.74 | 90.33 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 195 | 65 | 0.83 | 0 | 0.67 | 0.24 | 131.85 | 0.71 | 0.45 |
| Hex | 21 | C3 | 41 | 53 | 0 | 43 | 18 | 84 | 47 | 2D |
| Octal | 41 | 303 | 101 | 123 | 0 | 103 | 30 | 204 | 107 | 55 |
| Binary | 100001 | 11000011 | 1000001 | 1010011 | 0 | 1000011 | 11000 | 10000100 | 1000111 | 101101 |
Color Harmonies of #21C341
Complementary color
Monochromatic Colors of #21C341
Black with #21C341
Text Example
Text Example
White with #21C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C341; }
p { color: rgb(33,195,65); }
H1.HeaderClassName
{
color: #21C341;
}
.AnyTagClassName
{
color: #21C341;
}
</style>
background-color css
<style>
a { background-color: #21C341; }
a { background-color: rgb(33,195,65); }
div.DivClassName
{
background-color: #21C341;
}
.BgClassName
{
background-color: #21C341;
}
</style>
border-color css
<style>
span { border-color: #21C341; }
span { border-color: rgb(33,195,65); }
td.TdClassName
{
border-color: #21C341;
}
.TagClassName
{
border-color: #21C341;
}
</style>