Shades of Lime Green #38D235
Tints of Lime Green #38D235
RGB
CMYK
RGB Variations
Color information
#38D235 (or 0x38D235) is known color: Lime Green. HEX triplet: 38, D2 and 35. RGB value is (56,210,53). Sum of RGB (Red+Green+Blue) = 56+210+53=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 210 (82.42% from 255 or 65.83% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 210 - color contains mainly: green. Hex color #38D235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D235 is #C72DCA. Grayscale: #929292. Windows color (decimal): -13053387 or 3527224. OLE color: 3527224.
HSL color Cylindrical-coordinate representation of color #38D235: hue angle of 118.85º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38D235 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 210 | 53 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.18 |
| HSL | 118.85º | 0.64% | 0.52% | - |
| HSV(B) | 118.85º | 0.75% | 0.82% | - |
| XYZ | 25.32 | 47.19 | 11.14 | - |
| YUV | 146.06 | 75.48 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 210 | 53 | 0.73 | 0 | 0.75 | 0.18 | 118.85 | 0.64 | 0.52 |
| Hex | 38 | D2 | 35 | 49 | 0 | 4B | 12 | 77 | 40 | 34 |
| Octal | 70 | 322 | 65 | 111 | 0 | 113 | 22 | 167 | 100 | 64 |
| Binary | 111000 | 11010010 | 110101 | 1001001 | 0 | 1001011 | 10010 | 1110111 | 1000000 | 110100 |
Color Harmonies of #38D235
Complementary color
Monochromatic Colors of #38D235
Black with #38D235
Text Example
Text Example
White with #38D235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D235; }
p { color: rgb(56,210,53); }
H1.HeaderClassName
{
color: #38D235;
}
.AnyTagClassName
{
color: #38D235;
}
</style>
background-color css
<style>
a { background-color: #38D235; }
a { background-color: rgb(56,210,53); }
div.DivClassName
{
background-color: #38D235;
}
.BgClassName
{
background-color: #38D235;
}
</style>
border-color css
<style>
span { border-color: #38D235; }
span { border-color: rgb(56,210,53); }
td.TdClassName
{
border-color: #38D235;
}
.TagClassName
{
border-color: #38D235;
}
</style>