Shades of Lime Green #38C43B
Tints of Lime Green #38C43B
RGB
CMYK
RGB Variations
Color information
#38C43B (or 0x38C43B) is known color: Lime Green. HEX triplet: 38, C4 and 3B. RGB value is (56,196,59). Sum of RGB (Red+Green+Blue) = 56+196+59=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 196 (76.95% from 255 or 63.02% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 196 - color contains mainly: green. Hex color #38C43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C43B is #C73BC4. Grayscale: #8A8A8A. Windows color (decimal): -13056965 or 3916856. OLE color: 3916856.
HSL color Cylindrical-coordinate representation of color #38C43B: hue angle of 121.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C43B is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 196 | 59 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.23 |
| HSL | 121.29º | 0.56% | 0.49% | - |
| HSV(B) | 121.29º | 0.71% | 0.77% | - |
| XYZ | 22.16 | 40.64 | 10.81 | - |
| YUV | 138.52 | 83.12 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 196 | 59 | 0.71 | 0 | 0.70 | 0.23 | 121.29 | 0.56 | 0.49 |
| Hex | 38 | C4 | 3B | 47 | 0 | 46 | 17 | 79 | 38 | 31 |
| Octal | 70 | 304 | 73 | 107 | 0 | 106 | 27 | 171 | 70 | 61 |
| Binary | 111000 | 11000100 | 111011 | 1000111 | 0 | 1000110 | 10111 | 1111001 | 111000 | 110001 |
Color Harmonies of #38C43B
Complementary color
Monochromatic Colors of #38C43B
Black with #38C43B
Text Example
Text Example
White with #38C43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C43B; }
p { color: rgb(56,196,59); }
H1.HeaderClassName
{
color: #38C43B;
}
.AnyTagClassName
{
color: #38C43B;
}
</style>
background-color css
<style>
a { background-color: #38C43B; }
a { background-color: rgb(56,196,59); }
div.DivClassName
{
background-color: #38C43B;
}
.BgClassName
{
background-color: #38C43B;
}
</style>
border-color css
<style>
span { border-color: #38C43B; }
span { border-color: rgb(56,196,59); }
td.TdClassName
{
border-color: #38C43B;
}
.TagClassName
{
border-color: #38C43B;
}
</style>