Shades of Lime Green #22BF3C
Tints of Lime Green #22BF3C
RGB
CMYK
RGB Variations
Color information
#22BF3C (or 0x22BF3C) is known color: Lime Green. HEX triplet: 22, BF and 3C. RGB value is (34,191,60). Sum of RGB (Red+Green+Blue) = 34+191+60=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 191 (75% from 255 or 67.02% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 191 - color contains mainly: green. Hex color #22BF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BF3C is #DD40C3. Grayscale: #818181. Windows color (decimal): -14500036 or 3981090. OLE color: 3981090.
HSL color Cylindrical-coordinate representation of color #22BF3C: hue angle of 129.94º 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 #22BF3C is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 191 | 60 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.25 |
| HSL | 129.94º | 0.7% | 0.44% | - |
| HSV(B) | 129.94º | 0.82% | 0.75% | - |
| XYZ | 20.11 | 37.93 | 10.54 | - |
| YUV | 129.12 | 88.99 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 191 | 60 | 0.82 | 0 | 0.69 | 0.25 | 129.94 | 0.7 | 0.44 |
| Hex | 22 | BF | 3C | 52 | 0 | 45 | 19 | 82 | 46 | 2C |
| Octal | 42 | 277 | 74 | 122 | 0 | 105 | 31 | 202 | 106 | 54 |
| Binary | 100010 | 10111111 | 111100 | 1010010 | 0 | 1000101 | 11001 | 10000010 | 1000110 | 101100 |
Color Harmonies of #22BF3C
Complementary color
Monochromatic Colors of #22BF3C
Black with #22BF3C
Text Example
Text Example
White with #22BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BF3C; }
p { color: rgb(34,191,60); }
H1.HeaderClassName
{
color: #22BF3C;
}
.AnyTagClassName
{
color: #22BF3C;
}
</style>
background-color css
<style>
a { background-color: #22BF3C; }
a { background-color: rgb(34,191,60); }
div.DivClassName
{
background-color: #22BF3C;
}
.BgClassName
{
background-color: #22BF3C;
}
</style>
border-color css
<style>
span { border-color: #22BF3C; }
span { border-color: rgb(34,191,60); }
td.TdClassName
{
border-color: #22BF3C;
}
.TagClassName
{
border-color: #22BF3C;
}
</style>