Shades of Lime Green #22BF2B
Tints of Lime Green #22BF2B
RGB
CMYK
RGB Variations
Color information
#22BF2B (or 0x22BF2B) is known color: Lime Green. HEX triplet: 22, BF and 2B. RGB value is (34,191,43). Sum of RGB (Red+Green+Blue) = 34+191+43=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 191 (75% from 255 or 71.27% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 191 - color contains mainly: green. Hex color #22BF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BF2B is #DD40D4. Grayscale: #7F7F7F. Windows color (decimal): -14500053 or 2866978. OLE color: 2866978.
HSL color Cylindrical-coordinate representation of color #22BF2B: hue angle of 123.44º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BF2B is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 191 | 43 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.25 |
| HSL | 123.44º | 0.7% | 0.44% | - |
| HSV(B) | 123.44º | 0.82% | 0.75% | - |
| XYZ | 19.73 | 37.78 | 8.54 | - |
| YUV | 127.19 | 80.49 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 191 | 43 | 0.82 | 0 | 0.77 | 0.25 | 123.44 | 0.7 | 0.44 |
| Hex | 22 | BF | 2B | 52 | 0 | 4D | 19 | 7B | 46 | 2C |
| Octal | 42 | 277 | 53 | 122 | 0 | 115 | 31 | 173 | 106 | 54 |
| Binary | 100010 | 10111111 | 101011 | 1010010 | 0 | 1001101 | 11001 | 1111011 | 1000110 | 101100 |
Color Harmonies of #22BF2B
Complementary color
Monochromatic Colors of #22BF2B
Black with #22BF2B
Text Example
Text Example
White with #22BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BF2B; }
p { color: rgb(34,191,43); }
H1.HeaderClassName
{
color: #22BF2B;
}
.AnyTagClassName
{
color: #22BF2B;
}
</style>
background-color css
<style>
a { background-color: #22BF2B; }
a { background-color: rgb(34,191,43); }
div.DivClassName
{
background-color: #22BF2B;
}
.BgClassName
{
background-color: #22BF2B;
}
</style>
border-color css
<style>
span { border-color: #22BF2B; }
span { border-color: rgb(34,191,43); }
td.TdClassName
{
border-color: #22BF2B;
}
.TagClassName
{
border-color: #22BF2B;
}
</style>