Shades of Lime Green #21CF42
Tints of Lime Green #21CF42
RGB
CMYK
RGB Variations
Color information
#21CF42 (or 0x21CF42) is known color: Lime Green. HEX triplet: 21, CF and 42. RGB value is (33,207,66). Sum of RGB (Red+Green+Blue) = 33+207+66=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 207 (81.25% from 255 or 67.65% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CF42 is #DE30BD. Grayscale: #8B8B8B. Windows color (decimal): -14561470 or 4378401. OLE color: 4378401.
HSL color Cylindrical-coordinate representation of color #21CF42: hue angle of 131.38º degrees, saturation: 0.73, 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 #21CF42 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 66 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.19 |
| HSL | 131.38º | 0.73% | 0.47% | - |
| HSV(B) | 131.38º | 0.84% | 0.81% | - |
| XYZ | 23.92 | 45.34 | 12.65 | - |
| YUV | 138.9 | 86.85 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 66 | 0.84 | 0 | 0.68 | 0.19 | 131.38 | 0.73 | 0.47 |
| Hex | 21 | CF | 42 | 54 | 0 | 44 | 13 | 83 | 48 | 2F |
| Octal | 41 | 317 | 102 | 124 | 0 | 104 | 23 | 203 | 110 | 57 |
| Binary | 100001 | 11001111 | 1000010 | 1010100 | 0 | 1000100 | 10011 | 10000011 | 1001000 | 101111 |
Color Harmonies of #21CF42
Complementary color
Monochromatic Colors of #21CF42
Black with #21CF42
Text Example
Text Example
White with #21CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF42; }
p { color: rgb(33,207,66); }
H1.HeaderClassName
{
color: #21CF42;
}
.AnyTagClassName
{
color: #21CF42;
}
</style>
background-color css
<style>
a { background-color: #21CF42; }
a { background-color: rgb(33,207,66); }
div.DivClassName
{
background-color: #21CF42;
}
.BgClassName
{
background-color: #21CF42;
}
</style>
border-color css
<style>
span { border-color: #21CF42; }
span { border-color: rgb(33,207,66); }
td.TdClassName
{
border-color: #21CF42;
}
.TagClassName
{
border-color: #21CF42;
}
</style>