Shades of Lime Green #38DC25
Tints of Lime Green #38DC25
RGB
CMYK
RGB Variations
Color information
#38DC25 (or 0x38DC25) is known color: Lime Green. HEX triplet: 38, DC and 25. RGB value is (56,220,37). Sum of RGB (Red+Green+Blue) = 56+220+37=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DC25 is #C723DA. Grayscale: #969696. Windows color (decimal): -13050843 or 2481208. OLE color: 2481208.
HSL color Cylindrical-coordinate representation of color #38DC25: hue angle of 113.77º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #38DC25 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 37 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.14 |
| HSL | 113.77º | 0.72% | 0.5% | - |
| HSV(B) | 113.77º | 0.83% | 0.86% | - |
| XYZ | 27.56 | 52.16 | 10.37 | - |
| YUV | 150.1 | 64.17 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 37 | 0.75 | 0 | 0.83 | 0.14 | 113.77 | 0.72 | 0.5 |
| Hex | 38 | DC | 25 | 4B | 0 | 53 | E | 72 | 48 | 32 |
| Octal | 70 | 334 | 45 | 113 | 0 | 123 | 16 | 162 | 110 | 62 |
| Binary | 111000 | 11011100 | 100101 | 1001011 | 0 | 1010011 | 1110 | 1110010 | 1001000 | 110010 |
Color Harmonies of #38DC25
Complementary color
Monochromatic Colors of #38DC25
Black with #38DC25
Text Example
Text Example
White with #38DC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DC25; }
p { color: rgb(56,220,37); }
H1.HeaderClassName
{
color: #38DC25;
}
.AnyTagClassName
{
color: #38DC25;
}
</style>
background-color css
<style>
a { background-color: #38DC25; }
a { background-color: rgb(56,220,37); }
div.DivClassName
{
background-color: #38DC25;
}
.BgClassName
{
background-color: #38DC25;
}
</style>
border-color css
<style>
span { border-color: #38DC25; }
span { border-color: rgb(56,220,37); }
td.TdClassName
{
border-color: #38DC25;
}
.TagClassName
{
border-color: #38DC25;
}
</style>