Shades of Lime Green #38D028
Tints of Lime Green #38D028
RGB
CMYK
RGB Variations
Color information
#38D028 (or 0x38D028) is known color: Lime Green. HEX triplet: 38, D0 and 28. RGB value is (56,208,40). Sum of RGB (Red+Green+Blue) = 56+208+40=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 208 (81.64% from 255 or 68.42% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 208 - color contains mainly: green. Hex color #38D028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D028 is #C72FD7. Grayscale: #8F8F8F. Windows color (decimal): -13053912 or 2674744. OLE color: 2674744.
HSL color Cylindrical-coordinate representation of color #38D028: hue angle of 114.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38D028 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 208 | 40 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.18 |
| HSL | 114.29º | 0.68% | 0.49% | - |
| HSV(B) | 114.29º | 0.81% | 0.82% | - |
| XYZ | 24.57 | 46.11 | 9.61 | - |
| YUV | 143.4 | 69.64 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 40 | 0.73 | 0 | 0.81 | 0.18 | 114.29 | 0.68 | 0.49 |
| Hex | 38 | D0 | 28 | 49 | 0 | 51 | 12 | 72 | 44 | 31 |
| Octal | 70 | 320 | 50 | 111 | 0 | 121 | 22 | 162 | 104 | 61 |
| Binary | 111000 | 11010000 | 101000 | 1001001 | 0 | 1010001 | 10010 | 1110010 | 1000100 | 110001 |
Color Harmonies of #38D028
Complementary color
Monochromatic Colors of #38D028
Black with #38D028
Text Example
Text Example
White with #38D028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D028; }
p { color: rgb(56,208,40); }
H1.HeaderClassName
{
color: #38D028;
}
.AnyTagClassName
{
color: #38D028;
}
</style>
background-color css
<style>
a { background-color: #38D028; }
a { background-color: rgb(56,208,40); }
div.DivClassName
{
background-color: #38D028;
}
.BgClassName
{
background-color: #38D028;
}
</style>
border-color css
<style>
span { border-color: #38D028; }
span { border-color: rgb(56,208,40); }
td.TdClassName
{
border-color: #38D028;
}
.TagClassName
{
border-color: #38D028;
}
</style>