Shades of Lime Green #22BE2D
Tints of Lime Green #22BE2D
RGB
CMYK
RGB Variations
Color information
#22BE2D (or 0x22BE2D) is known color: Lime Green. HEX triplet: 22, BE and 2D. RGB value is (34,190,45). Sum of RGB (Red+Green+Blue) = 34+190+45=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 190 (74.61% from 255 or 70.63% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 190 - color contains mainly: green. Hex color #22BE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BE2D is #DD41D2. Grayscale: #7F7F7F. Windows color (decimal): -14500307 or 2997794. OLE color: 2997794.
HSL color Cylindrical-coordinate representation of color #22BE2D: hue angle of 124.23º 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 #22BE2D is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 190 | 45 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.25 |
| HSL | 124.23º | 0.7% | 0.44% | - |
| HSV(B) | 124.23º | 0.82% | 0.75% | - |
| XYZ | 19.55 | 37.36 | 8.66 | - |
| YUV | 126.83 | 81.82 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 190 | 45 | 0.82 | 0 | 0.76 | 0.25 | 124.23 | 0.7 | 0.44 |
| Hex | 22 | BE | 2D | 52 | 0 | 4C | 19 | 7C | 46 | 2C |
| Octal | 42 | 276 | 55 | 122 | 0 | 114 | 31 | 174 | 106 | 54 |
| Binary | 100010 | 10111110 | 101101 | 1010010 | 0 | 1001100 | 11001 | 1111100 | 1000110 | 101100 |
Color Harmonies of #22BE2D
Complementary color
Monochromatic Colors of #22BE2D
Black with #22BE2D
Text Example
Text Example
White with #22BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BE2D; }
p { color: rgb(34,190,45); }
H1.HeaderClassName
{
color: #22BE2D;
}
.AnyTagClassName
{
color: #22BE2D;
}
</style>
background-color css
<style>
a { background-color: #22BE2D; }
a { background-color: rgb(34,190,45); }
div.DivClassName
{
background-color: #22BE2D;
}
.BgClassName
{
background-color: #22BE2D;
}
</style>
border-color css
<style>
span { border-color: #22BE2D; }
span { border-color: rgb(34,190,45); }
td.TdClassName
{
border-color: #22BE2D;
}
.TagClassName
{
border-color: #22BE2D;
}
</style>