Shades of Lime Green #38DF4B
Tints of Lime Green #38DF4B
RGB
CMYK
RGB Variations
Color information
#38DF4B (or 0x38DF4B) is known color: Lime Green. HEX triplet: 38, DF and 4B. RGB value is (56,223,75). Sum of RGB (Red+Green+Blue) = 56+223+75=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DF4B is #C720B4. Grayscale: #9C9C9C. Windows color (decimal): -13050037 or 4972344. OLE color: 4972344.
HSL color Cylindrical-coordinate representation of color #38DF4B: hue angle of 126.83º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DF4B is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 223 | 75 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.13 |
| HSL | 126.83º | 0.72% | 0.55% | - |
| HSV(B) | 126.83º | 0.75% | 0.87% | - |
| XYZ | 29.29 | 54.12 | 15.56 | - |
| YUV | 156.2 | 82.17 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 75 | 0.75 | 0 | 0.66 | 0.13 | 126.83 | 0.72 | 0.55 |
| Hex | 38 | DF | 4B | 4B | 0 | 42 | D | 7F | 48 | 37 |
| Octal | 70 | 337 | 113 | 113 | 0 | 102 | 15 | 177 | 110 | 67 |
| Binary | 111000 | 11011111 | 1001011 | 1001011 | 0 | 1000010 | 1101 | 1111111 | 1001000 | 110111 |
Color Harmonies of #38DF4B
Complementary color
Monochromatic Colors of #38DF4B
Black with #38DF4B
Text Example
Text Example
White with #38DF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DF4B; }
p { color: rgb(56,223,75); }
H1.HeaderClassName
{
color: #38DF4B;
}
.AnyTagClassName
{
color: #38DF4B;
}
</style>
background-color css
<style>
a { background-color: #38DF4B; }
a { background-color: rgb(56,223,75); }
div.DivClassName
{
background-color: #38DF4B;
}
.BgClassName
{
background-color: #38DF4B;
}
</style>
border-color css
<style>
span { border-color: #38DF4B; }
span { border-color: rgb(56,223,75); }
td.TdClassName
{
border-color: #38DF4B;
}
.TagClassName
{
border-color: #38DF4B;
}
</style>