Shades of Lime Green #38D62D
Tints of Lime Green #38D62D
RGB
CMYK
RGB Variations
Color information
#38D62D (or 0x38D62D) is known color: Lime Green. HEX triplet: 38, D6 and 2D. RGB value is (56,214,45). Sum of RGB (Red+Green+Blue) = 56+214+45=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 214 (83.98% from 255 or 67.94% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 214 - color contains mainly: green. Hex color #38D62D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D62D is #C729D2. Grayscale: #949494. Windows color (decimal): -13052371 or 3003960. OLE color: 3003960.
HSL color Cylindrical-coordinate representation of color #38D62D: hue angle of 116.09º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38D62D is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 214 | 45 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.16 |
| HSL | 116.09º | 0.67% | 0.51% | - |
| HSV(B) | 116.09º | 0.79% | 0.84% | - |
| XYZ | 26.15 | 49.12 | 10.59 | - |
| YUV | 147.49 | 70.15 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 214 | 45 | 0.74 | 0 | 0.79 | 0.16 | 116.09 | 0.67 | 0.51 |
| Hex | 38 | D6 | 2D | 4A | 0 | 4F | 10 | 74 | 43 | 33 |
| Octal | 70 | 326 | 55 | 112 | 0 | 117 | 20 | 164 | 103 | 63 |
| Binary | 111000 | 11010110 | 101101 | 1001010 | 0 | 1001111 | 10000 | 1110100 | 1000011 | 110011 |
Color Harmonies of #38D62D
Complementary color
Monochromatic Colors of #38D62D
Black with #38D62D
Text Example
Text Example
White with #38D62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D62D; }
p { color: rgb(56,214,45); }
H1.HeaderClassName
{
color: #38D62D;
}
.AnyTagClassName
{
color: #38D62D;
}
</style>
background-color css
<style>
a { background-color: #38D62D; }
a { background-color: rgb(56,214,45); }
div.DivClassName
{
background-color: #38D62D;
}
.BgClassName
{
background-color: #38D62D;
}
</style>
border-color css
<style>
span { border-color: #38D62D; }
span { border-color: rgb(56,214,45); }
td.TdClassName
{
border-color: #38D62D;
}
.TagClassName
{
border-color: #38D62D;
}
</style>