Shades of Lime Green #22CB25
Tints of Lime Green #22CB25
RGB
CMYK
RGB Variations
Color information
#22CB25 (or 0x22CB25) is known color: Lime Green. HEX triplet: 22, CB and 25. RGB value is (34,203,37). Sum of RGB (Red+Green+Blue) = 34+203+37=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 203 (79.69% from 255 or 74.09% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 203 - color contains mainly: green. Hex color #22CB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CB25 is #DD34DA. Grayscale: #868686. Windows color (decimal): -14496987 or 2476834. OLE color: 2476834.
HSL color Cylindrical-coordinate representation of color #22CB25: hue angle of 121.07º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CB25 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 203 | 37 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.20 |
| HSL | 121.07º | 0.71% | 0.46% | - |
| HSV(B) | 121.07º | 0.83% | 0.8% | - |
| XYZ | 22.35 | 43.19 | 8.91 | - |
| YUV | 133.55 | 73.51 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 203 | 37 | 0.83 | 0 | 0.82 | 0.20 | 121.07 | 0.71 | 0.46 |
| Hex | 22 | CB | 25 | 53 | 0 | 52 | 14 | 79 | 47 | 2E |
| Octal | 42 | 313 | 45 | 123 | 0 | 122 | 24 | 171 | 107 | 56 |
| Binary | 100010 | 11001011 | 100101 | 1010011 | 0 | 1010010 | 10100 | 1111001 | 1000111 | 101110 |
Color Harmonies of #22CB25
Complementary color
Monochromatic Colors of #22CB25
Black with #22CB25
Text Example
Text Example
White with #22CB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CB25; }
p { color: rgb(34,203,37); }
H1.HeaderClassName
{
color: #22CB25;
}
.AnyTagClassName
{
color: #22CB25;
}
</style>
background-color css
<style>
a { background-color: #22CB25; }
a { background-color: rgb(34,203,37); }
div.DivClassName
{
background-color: #22CB25;
}
.BgClassName
{
background-color: #22CB25;
}
</style>
border-color css
<style>
span { border-color: #22CB25; }
span { border-color: rgb(34,203,37); }
td.TdClassName
{
border-color: #22CB25;
}
.TagClassName
{
border-color: #22CB25;
}
</style>