Shades of Lime Green #21CF0B
Tints of Lime Green #21CF0B
RGB
CMYK
RGB Variations
Color information
#21CF0B (or 0x21CF0B) is known color: Lime Green. HEX triplet: 21, CF and 0B. RGB value is (33,207,11). Sum of RGB (Red+Green+Blue) = 33+207+11=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 207 (81.25% from 255 or 82.47% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CF0B is #DE30F4. Grayscale: #858585. Windows color (decimal): -14561525 or 773921. OLE color: 773921.
HSL color Cylindrical-coordinate representation of color #21CF0B: hue angle of 113.27º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21CF0B is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 11 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.19 |
| HSL | 113.27º | 0.9% | 0.43% | - |
| HSV(B) | 113.27º | 0.95% | 0.81% | - |
| XYZ | 23 | 44.97 | 7.79 | - |
| YUV | 132.63 | 59.35 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 11 | 0.84 | 0 | 0.95 | 0.19 | 113.27 | 0.9 | 0.43 |
| Hex | 21 | CF | B | 54 | 0 | 5F | 13 | 71 | 5A | 2B |
| Octal | 41 | 317 | 13 | 124 | 0 | 137 | 23 | 161 | 132 | 53 |
| Binary | 100001 | 11001111 | 1011 | 1010100 | 0 | 1011111 | 10011 | 1110001 | 1011010 | 101011 |
Color Harmonies of #21CF0B
Complementary color
Monochromatic Colors of #21CF0B
Black with #21CF0B
Text Example
Text Example
White with #21CF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF0B; }
p { color: rgb(33,207,11); }
H1.HeaderClassName
{
color: #21CF0B;
}
.AnyTagClassName
{
color: #21CF0B;
}
</style>
background-color css
<style>
a { background-color: #21CF0B; }
a { background-color: rgb(33,207,11); }
div.DivClassName
{
background-color: #21CF0B;
}
.BgClassName
{
background-color: #21CF0B;
}
</style>
border-color css
<style>
span { border-color: #21CF0B; }
span { border-color: rgb(33,207,11); }
td.TdClassName
{
border-color: #21CF0B;
}
.TagClassName
{
border-color: #21CF0B;
}
</style>