Shades of Lime Green #38CB3E
Tints of Lime Green #38CB3E
RGB
CMYK
RGB Variations
Color information
#38CB3E (or 0x38CB3E) is known color: Lime Green. HEX triplet: 38, CB and 3E. RGB value is (56,203,62). Sum of RGB (Red+Green+Blue) = 56+203+62=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 203 (79.69% from 255 or 63.24% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CB3E is #C734C1. Grayscale: #8F8F8F. Windows color (decimal): -13055170 or 4115256. OLE color: 4115256.
HSL color Cylindrical-coordinate representation of color #38CB3E: hue angle of 122.45º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CB3E is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 62 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.20 |
| HSL | 122.45º | 0.59% | 0.51% | - |
| HSV(B) | 122.45º | 0.72% | 0.8% | - |
| XYZ | 23.86 | 43.9 | 11.77 | - |
| YUV | 142.97 | 82.3 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 62 | 0.72 | 0 | 0.69 | 0.20 | 122.45 | 0.59 | 0.51 |
| Hex | 38 | CB | 3E | 48 | 0 | 45 | 14 | 7A | 3B | 33 |
| Octal | 70 | 313 | 76 | 110 | 0 | 105 | 24 | 172 | 73 | 63 |
| Binary | 111000 | 11001011 | 111110 | 1001000 | 0 | 1000101 | 10100 | 1111010 | 111011 | 110011 |
Color Harmonies of #38CB3E
Complementary color
Monochromatic Colors of #38CB3E
Black with #38CB3E
Text Example
Text Example
White with #38CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CB3E; }
p { color: rgb(56,203,62); }
H1.HeaderClassName
{
color: #38CB3E;
}
.AnyTagClassName
{
color: #38CB3E;
}
</style>
background-color css
<style>
a { background-color: #38CB3E; }
a { background-color: rgb(56,203,62); }
div.DivClassName
{
background-color: #38CB3E;
}
.BgClassName
{
background-color: #38CB3E;
}
</style>
border-color css
<style>
span { border-color: #38CB3E; }
span { border-color: rgb(56,203,62); }
td.TdClassName
{
border-color: #38CB3E;
}
.TagClassName
{
border-color: #38CB3E;
}
</style>