Shades of Lime Green #38CB22
Tints of Lime Green #38CB22
RGB
CMYK
RGB Variations
Color information
#38CB22 (or 0x38CB22) is known color: Lime Green. HEX triplet: 38, CB and 22. RGB value is (56,203,34). Sum of RGB (Red+Green+Blue) = 56+203+34=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 203 (79.69% from 255 or 69.28% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CB22 is #C734DD. Grayscale: #8C8C8C. Windows color (decimal): -13055198 or 2280248. OLE color: 2280248.
HSL color Cylindrical-coordinate representation of color #38CB22: hue angle of 112.19º 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 #38CB22 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 34 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.20 |
| HSL | 112.19º | 0.71% | 0.46% | - |
| HSV(B) | 112.19º | 0.83% | 0.8% | - |
| XYZ | 23.28 | 43.67 | 8.72 | - |
| YUV | 139.78 | 68.3 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 34 | 0.72 | 0 | 0.83 | 0.20 | 112.19 | 0.71 | 0.46 |
| Hex | 38 | CB | 22 | 48 | 0 | 53 | 14 | 70 | 47 | 2E |
| Octal | 70 | 313 | 42 | 110 | 0 | 123 | 24 | 160 | 107 | 56 |
| Binary | 111000 | 11001011 | 100010 | 1001000 | 0 | 1010011 | 10100 | 1110000 | 1000111 | 101110 |
Color Harmonies of #38CB22
Complementary color
Monochromatic Colors of #38CB22
Black with #38CB22
Text Example
Text Example
White with #38CB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CB22; }
p { color: rgb(56,203,34); }
H1.HeaderClassName
{
color: #38CB22;
}
.AnyTagClassName
{
color: #38CB22;
}
</style>
background-color css
<style>
a { background-color: #38CB22; }
a { background-color: rgb(56,203,34); }
div.DivClassName
{
background-color: #38CB22;
}
.BgClassName
{
background-color: #38CB22;
}
</style>
border-color css
<style>
span { border-color: #38CB22; }
span { border-color: rgb(56,203,34); }
td.TdClassName
{
border-color: #38CB22;
}
.TagClassName
{
border-color: #38CB22;
}
</style>