Shades of Lime Green #22BE3C
Tints of Lime Green #22BE3C
RGB
CMYK
RGB Variations
Color information
#22BE3C (or 0x22BE3C) is known color: Lime Green. HEX triplet: 22, BE and 3C. RGB value is (34,190,60). Sum of RGB (Red+Green+Blue) = 34+190+60=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 190 (74.61% from 255 or 66.90% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 190 - color contains mainly: green. Hex color #22BE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BE3C is #DD41C3. Grayscale: #808080. Windows color (decimal): -14500292 or 3980834. OLE color: 3980834.
HSL color Cylindrical-coordinate representation of color #22BE3C: hue angle of 130º 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 #22BE3C is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 190 | 60 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.25 |
| HSL | 130º | 0.7% | 0.44% | - |
| HSV(B) | 130º | 0.82% | 0.75% | - |
| XYZ | 19.89 | 37.49 | 10.46 | - |
| YUV | 128.54 | 89.32 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 190 | 60 | 0.82 | 0 | 0.68 | 0.25 | 130 | 0.7 | 0.44 |
| Hex | 22 | BE | 3C | 52 | 0 | 44 | 19 | 82 | 46 | 2C |
| Octal | 42 | 276 | 74 | 122 | 0 | 104 | 31 | 202 | 106 | 54 |
| Binary | 100010 | 10111110 | 111100 | 1010010 | 0 | 1000100 | 11001 | 10000010 | 1000110 | 101100 |
Color Harmonies of #22BE3C
Complementary color
Monochromatic Colors of #22BE3C
Black with #22BE3C
Text Example
Text Example
White with #22BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BE3C; }
p { color: rgb(34,190,60); }
H1.HeaderClassName
{
color: #22BE3C;
}
.AnyTagClassName
{
color: #22BE3C;
}
</style>
background-color css
<style>
a { background-color: #22BE3C; }
a { background-color: rgb(34,190,60); }
div.DivClassName
{
background-color: #22BE3C;
}
.BgClassName
{
background-color: #22BE3C;
}
</style>
border-color css
<style>
span { border-color: #22BE3C; }
span { border-color: rgb(34,190,60); }
td.TdClassName
{
border-color: #22BE3C;
}
.TagClassName
{
border-color: #22BE3C;
}
</style>