Shades of Lime Green #38E71B
Tints of Lime Green #38E71B
RGB
CMYK
RGB Variations
Color information
#38E71B (or 0x38E71B) is known color: Lime Green. HEX triplet: 38, E7 and 1B. RGB value is (56,231,27). Sum of RGB (Red+Green+Blue) = 56+231+27=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 231 (90.62% from 255 or 73.57% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 231 - color contains mainly: green. Hex color #38E71B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E71B is #C718E4. Grayscale: #9C9C9C. Windows color (decimal): -13048037 or 1828664. OLE color: 1828664.
HSL color Cylindrical-coordinate representation of color #38E71B: hue angle of 111.47º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38E71B is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 231 | 27 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.09 |
| HSL | 111.47º | 0.81% | 0.51% | - |
| HSV(B) | 111.47º | 0.88% | 0.91% | - |
| XYZ | 30.4 | 58.07 | 10.64 | - |
| YUV | 155.42 | 55.52 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 231 | 27 | 0.76 | 0 | 0.88 | 0.09 | 111.47 | 0.81 | 0.51 |
| Hex | 38 | E7 | 1B | 4C | 0 | 58 | 9 | 6F | 51 | 33 |
| Octal | 70 | 347 | 33 | 114 | 0 | 130 | 11 | 157 | 121 | 63 |
| Binary | 111000 | 11100111 | 11011 | 1001100 | 0 | 1011000 | 1001 | 1101111 | 1010001 | 110011 |
Color Harmonies of #38E71B
Complementary color
Monochromatic Colors of #38E71B
Black with #38E71B
Text Example
Text Example
White with #38E71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38E71B; }
p { color: rgb(56,231,27); }
H1.HeaderClassName
{
color: #38E71B;
}
.AnyTagClassName
{
color: #38E71B;
}
</style>
background-color css
<style>
a { background-color: #38E71B; }
a { background-color: rgb(56,231,27); }
div.DivClassName
{
background-color: #38E71B;
}
.BgClassName
{
background-color: #38E71B;
}
</style>
border-color css
<style>
span { border-color: #38E71B; }
span { border-color: rgb(56,231,27); }
td.TdClassName
{
border-color: #38E71B;
}
.TagClassName
{
border-color: #38E71B;
}
</style>