Shades of Lime Green #21B51F
Tints of Lime Green #21B51F
RGB
CMYK
RGB Variations
Color information
#21B51F (or 0x21B51F) is known color: Lime Green. HEX triplet: 21, B5 and 1F. RGB value is (33,181,31). Sum of RGB (Red+Green+Blue) = 33+181+31=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 181 (71.09% from 255 or 73.88% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 181 - color contains mainly: green. Hex color #21B51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B51F is #DE4AE0. Grayscale: #787878. Windows color (decimal): -14568161 or 2077985. OLE color: 2077985.
HSL color Cylindrical-coordinate representation of color #21B51F: hue angle of 119.2º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21B51F is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 181 | 31 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.29 |
| HSL | 119.2º | 0.71% | 0.42% | - |
| HSV(B) | 119.2º | 0.83% | 0.71% | - |
| XYZ | 17.4 | 33.47 | 6.84 | - |
| YUV | 119.65 | 77.97 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 181 | 31 | 0.82 | 0 | 0.83 | 0.29 | 119.2 | 0.71 | 0.42 |
| Hex | 21 | B5 | 1F | 52 | 0 | 53 | 1D | 77 | 47 | 2A |
| Octal | 41 | 265 | 37 | 122 | 0 | 123 | 35 | 167 | 107 | 52 |
| Binary | 100001 | 10110101 | 11111 | 1010010 | 0 | 1010011 | 11101 | 1110111 | 1000111 | 101010 |
Color Harmonies of #21B51F
Complementary color
Monochromatic Colors of #21B51F
Black with #21B51F
Text Example
Text Example
White with #21B51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B51F; }
p { color: rgb(33,181,31); }
H1.HeaderClassName
{
color: #21B51F;
}
.AnyTagClassName
{
color: #21B51F;
}
</style>
background-color css
<style>
a { background-color: #21B51F; }
a { background-color: rgb(33,181,31); }
div.DivClassName
{
background-color: #21B51F;
}
.BgClassName
{
background-color: #21B51F;
}
</style>
border-color css
<style>
span { border-color: #21B51F; }
span { border-color: rgb(33,181,31); }
td.TdClassName
{
border-color: #21B51F;
}
.TagClassName
{
border-color: #21B51F;
}
</style>