Shades of Lime Green #38D04B
Tints of Lime Green #38D04B
RGB
CMYK
RGB Variations
Color information
#38D04B (or 0x38D04B) is known color: Lime Green. HEX triplet: 38, D0 and 4B. RGB value is (56,208,75). Sum of RGB (Red+Green+Blue) = 56+208+75=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #38D04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D04B is #C72FB4. Grayscale: #939393. Windows color (decimal): -13053877 or 4968504. OLE color: 4968504.
HSL color Cylindrical-coordinate representation of color #38D04B: hue angle of 127.5º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D04B is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 208 | 75 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.18 |
| HSL | 127.5º | 0.62% | 0.52% | - |
| HSV(B) | 127.5º | 0.73% | 0.82% | - |
| XYZ | 25.46 | 46.46 | 14.28 | - |
| YUV | 147.39 | 87.14 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 75 | 0.73 | 0 | 0.64 | 0.18 | 127.5 | 0.62 | 0.52 |
| Hex | 38 | D0 | 4B | 49 | 0 | 40 | 12 | 80 | 3E | 34 |
| Octal | 70 | 320 | 113 | 111 | 0 | 100 | 22 | 200 | 76 | 64 |
| Binary | 111000 | 11010000 | 1001011 | 1001001 | 0 | 1000000 | 10010 | 10000000 | 111110 | 110100 |
Color Harmonies of #38D04B
Complementary color
Monochromatic Colors of #38D04B
Black with #38D04B
Text Example
Text Example
White with #38D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D04B; }
p { color: rgb(56,208,75); }
H1.HeaderClassName
{
color: #38D04B;
}
.AnyTagClassName
{
color: #38D04B;
}
</style>
background-color css
<style>
a { background-color: #38D04B; }
a { background-color: rgb(56,208,75); }
div.DivClassName
{
background-color: #38D04B;
}
.BgClassName
{
background-color: #38D04B;
}
</style>
border-color css
<style>
span { border-color: #38D04B; }
span { border-color: rgb(56,208,75); }
td.TdClassName
{
border-color: #38D04B;
}
.TagClassName
{
border-color: #38D04B;
}
</style>