Shades of Lime Green #38EE30
Tints of Lime Green #38EE30
RGB
CMYK
RGB Variations
Color information
#38EE30 (or 0x38EE30) is known color: Lime Green. HEX triplet: 38, EE and 30. RGB value is (56,238,48). Sum of RGB (Red+Green+Blue) = 56+238+48=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 238 (93.36% from 255 or 69.59% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 238 - color contains mainly: green. Hex color #38EE30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EE30 is #C711CF. Grayscale: #A2A2A2. Windows color (decimal): -13046224 or 3206712. OLE color: 3206712.
HSL color Cylindrical-coordinate representation of color #38EE30: hue angle of 117.47º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38EE30 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 238 | 48 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.07 |
| HSL | 117.47º | 0.85% | 0.56% | - |
| HSV(B) | 117.47º | 0.8% | 0.93% | - |
| XYZ | 32.74 | 62.2 | 13.08 | - |
| YUV | 161.92 | 63.7 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 238 | 48 | 0.76 | 0 | 0.80 | 0.07 | 117.47 | 0.85 | 0.56 |
| Hex | 38 | EE | 30 | 4C | 0 | 50 | 7 | 75 | 55 | 38 |
| Octal | 70 | 356 | 60 | 114 | 0 | 120 | 7 | 165 | 125 | 70 |
| Binary | 111000 | 11101110 | 110000 | 1001100 | 0 | 1010000 | 111 | 1110101 | 1010101 | 111000 |
Color Harmonies of #38EE30
Complementary color
Monochromatic Colors of #38EE30
Black with #38EE30
Text Example
Text Example
White with #38EE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EE30; }
p { color: rgb(56,238,48); }
H1.HeaderClassName
{
color: #38EE30;
}
.AnyTagClassName
{
color: #38EE30;
}
</style>
background-color css
<style>
a { background-color: #38EE30; }
a { background-color: rgb(56,238,48); }
div.DivClassName
{
background-color: #38EE30;
}
.BgClassName
{
background-color: #38EE30;
}
</style>
border-color css
<style>
span { border-color: #38EE30; }
span { border-color: rgb(56,238,48); }
td.TdClassName
{
border-color: #38EE30;
}
.TagClassName
{
border-color: #38EE30;
}
</style>