Shades of Lime Green #38D33C
Tints of Lime Green #38D33C
RGB
CMYK
RGB Variations
Color information
#38D33C (or 0x38D33C) is known color: Lime Green. HEX triplet: 38, D3 and 3C. RGB value is (56,211,60). Sum of RGB (Red+Green+Blue) = 56+211+60=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 211 (82.81% from 255 or 64.53% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 211 - color contains mainly: green. Hex color #38D33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D33C is #C72CC3. Grayscale: #939393. Windows color (decimal): -13053124 or 3986232. OLE color: 3986232.
HSL color Cylindrical-coordinate representation of color #38D33C: hue angle of 121.55º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D33C is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 211 | 60 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.17 |
| HSL | 121.55º | 0.64% | 0.52% | - |
| HSV(B) | 121.55º | 0.73% | 0.83% | - |
| XYZ | 25.74 | 47.76 | 12.14 | - |
| YUV | 147.44 | 78.65 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 211 | 60 | 0.73 | 0 | 0.72 | 0.17 | 121.55 | 0.64 | 0.52 |
| Hex | 38 | D3 | 3C | 49 | 0 | 48 | 11 | 7A | 40 | 34 |
| Octal | 70 | 323 | 74 | 111 | 0 | 110 | 21 | 172 | 100 | 64 |
| Binary | 111000 | 11010011 | 111100 | 1001001 | 0 | 1001000 | 10001 | 1111010 | 1000000 | 110100 |
Color Harmonies of #38D33C
Complementary color
Monochromatic Colors of #38D33C
Black with #38D33C
Text Example
Text Example
White with #38D33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D33C; }
p { color: rgb(56,211,60); }
H1.HeaderClassName
{
color: #38D33C;
}
.AnyTagClassName
{
color: #38D33C;
}
</style>
background-color css
<style>
a { background-color: #38D33C; }
a { background-color: rgb(56,211,60); }
div.DivClassName
{
background-color: #38D33C;
}
.BgClassName
{
background-color: #38D33C;
}
</style>
border-color css
<style>
span { border-color: #38D33C; }
span { border-color: rgb(56,211,60); }
td.TdClassName
{
border-color: #38D33C;
}
.TagClassName
{
border-color: #38D33C;
}
</style>