Shades of Lime Green #38C435
Tints of Lime Green #38C435
RGB
CMYK
RGB Variations
Color information
#38C435 (or 0x38C435) is known color: Lime Green. HEX triplet: 38, C4 and 35. RGB value is (56,196,53). Sum of RGB (Red+Green+Blue) = 56+196+53=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 196 (76.95% from 255 or 64.26% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 196 - color contains mainly: green. Hex color #38C435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C435 is #C73BCA. Grayscale: #8A8A8A. Windows color (decimal): -13056971 or 3523640. OLE color: 3523640.
HSL color Cylindrical-coordinate representation of color #38C435: hue angle of 118.74º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38C435 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 196 | 53 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.23 |
| HSL | 118.74º | 0.57% | 0.49% | - |
| HSV(B) | 118.74º | 0.73% | 0.77% | - |
| XYZ | 22.01 | 40.58 | 10.04 | - |
| YUV | 137.84 | 80.12 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 196 | 53 | 0.71 | 0 | 0.73 | 0.23 | 118.74 | 0.57 | 0.49 |
| Hex | 38 | C4 | 35 | 47 | 0 | 49 | 17 | 77 | 39 | 31 |
| Octal | 70 | 304 | 65 | 107 | 0 | 111 | 27 | 167 | 71 | 61 |
| Binary | 111000 | 11000100 | 110101 | 1000111 | 0 | 1001001 | 10111 | 1110111 | 111001 | 110001 |
Color Harmonies of #38C435
Complementary color
Monochromatic Colors of #38C435
Black with #38C435
Text Example
Text Example
White with #38C435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C435; }
p { color: rgb(56,196,53); }
H1.HeaderClassName
{
color: #38C435;
}
.AnyTagClassName
{
color: #38C435;
}
</style>
background-color css
<style>
a { background-color: #38C435; }
a { background-color: rgb(56,196,53); }
div.DivClassName
{
background-color: #38C435;
}
.BgClassName
{
background-color: #38C435;
}
</style>
border-color css
<style>
span { border-color: #38C435; }
span { border-color: rgb(56,196,53); }
td.TdClassName
{
border-color: #38C435;
}
.TagClassName
{
border-color: #38C435;
}
</style>