Shades of Lime Green #21C23D
Tints of Lime Green #21C23D
RGB
CMYK
RGB Variations
Color information
#21C23D (or 0x21C23D) is known color: Lime Green. HEX triplet: 21, C2 and 3D. RGB value is (33,194,61). Sum of RGB (Red+Green+Blue) = 33+194+61=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 194 (76.17% from 255 or 67.36% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 194 - color contains mainly: green. Hex color #21C23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C23D is #DE3DC2. Grayscale: #838383. Windows color (decimal): -14564803 or 4047393. OLE color: 4047393.
HSL color Cylindrical-coordinate representation of color #21C23D: hue angle of 130.43º 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 #21C23D is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 194 | 61 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.24 |
| HSL | 130.43º | 0.71% | 0.45% | - |
| HSV(B) | 130.43º | 0.83% | 0.76% | - |
| XYZ | 20.76 | 39.24 | 10.9 | - |
| YUV | 130.7 | 88.66 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 194 | 61 | 0.83 | 0 | 0.69 | 0.24 | 130.43 | 0.71 | 0.45 |
| Hex | 21 | C2 | 3D | 53 | 0 | 45 | 18 | 82 | 47 | 2D |
| Octal | 41 | 302 | 75 | 123 | 0 | 105 | 30 | 202 | 107 | 55 |
| Binary | 100001 | 11000010 | 111101 | 1010011 | 0 | 1000101 | 11000 | 10000010 | 1000111 | 101101 |
Color Harmonies of #21C23D
Complementary color
Monochromatic Colors of #21C23D
Black with #21C23D
Text Example
Text Example
White with #21C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C23D; }
p { color: rgb(33,194,61); }
H1.HeaderClassName
{
color: #21C23D;
}
.AnyTagClassName
{
color: #21C23D;
}
</style>
background-color css
<style>
a { background-color: #21C23D; }
a { background-color: rgb(33,194,61); }
div.DivClassName
{
background-color: #21C23D;
}
.BgClassName
{
background-color: #21C23D;
}
</style>
border-color css
<style>
span { border-color: #21C23D; }
span { border-color: rgb(33,194,61); }
td.TdClassName
{
border-color: #21C23D;
}
.TagClassName
{
border-color: #21C23D;
}
</style>