Shades of Lime Green #38CE3A
Tints of Lime Green #38CE3A
RGB
CMYK
RGB Variations
Color information
#38CE3A (or 0x38CE3A) is known color: Lime Green. HEX triplet: 38, CE and 3A. RGB value is (56,206,58). Sum of RGB (Red+Green+Blue) = 56+206+58=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 206 (80.86% from 255 or 64.38% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CE3A is #C731C5. Grayscale: #909090. Windows color (decimal): -13054406 or 3853880. OLE color: 3853880.
HSL color Cylindrical-coordinate representation of color #38CE3A: hue angle of 120.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CE3A is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 58 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.19 |
| HSL | 120.8º | 0.6% | 0.51% | - |
| HSV(B) | 120.8º | 0.73% | 0.81% | - |
| XYZ | 24.47 | 45.29 | 11.46 | - |
| YUV | 144.28 | 79.31 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 58 | 0.73 | 0 | 0.72 | 0.19 | 120.8 | 0.6 | 0.51 |
| Hex | 38 | CE | 3A | 49 | 0 | 48 | 13 | 79 | 3C | 33 |
| Octal | 70 | 316 | 72 | 111 | 0 | 110 | 23 | 171 | 74 | 63 |
| Binary | 111000 | 11001110 | 111010 | 1001001 | 0 | 1001000 | 10011 | 1111001 | 111100 | 110011 |
Color Harmonies of #38CE3A
Complementary color
Monochromatic Colors of #38CE3A
Black with #38CE3A
Text Example
Text Example
White with #38CE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CE3A; }
p { color: rgb(56,206,58); }
H1.HeaderClassName
{
color: #38CE3A;
}
.AnyTagClassName
{
color: #38CE3A;
}
</style>
background-color css
<style>
a { background-color: #38CE3A; }
a { background-color: rgb(56,206,58); }
div.DivClassName
{
background-color: #38CE3A;
}
.BgClassName
{
background-color: #38CE3A;
}
</style>
border-color css
<style>
span { border-color: #38CE3A; }
span { border-color: rgb(56,206,58); }
td.TdClassName
{
border-color: #38CE3A;
}
.TagClassName
{
border-color: #38CE3A;
}
</style>