Shades of Lime Green #38CB4C
Tints of Lime Green #38CB4C
RGB
CMYK
RGB Variations
Color information
#38CB4C (or 0x38CB4C) is known color: Lime Green. HEX triplet: 38, CB and 4C. RGB value is (56,203,76). Sum of RGB (Red+Green+Blue) = 56+203+76=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CB4C is #C734B3. Grayscale: #909090. Windows color (decimal): -13055156 or 5032760. OLE color: 5032760.
HSL color Cylindrical-coordinate representation of color #38CB4C: hue angle of 128.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CB4C is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 76 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.20 |
| HSL | 128.16º | 0.59% | 0.51% | - |
| HSV(B) | 128.16º | 0.72% | 0.8% | - |
| XYZ | 24.29 | 44.07 | 14.06 | - |
| YUV | 144.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 76 | 0.72 | 0 | 0.63 | 0.20 | 128.16 | 0.59 | 0.51 |
| Hex | 38 | CB | 4C | 48 | 0 | 3F | 14 | 80 | 3B | 33 |
| Octal | 70 | 313 | 114 | 110 | 0 | 77 | 24 | 200 | 73 | 63 |
| Binary | 111000 | 11001011 | 1001100 | 1001000 | 0 | 111111 | 10100 | 10000000 | 111011 | 110011 |
Color Harmonies of #38CB4C
Complementary color
Monochromatic Colors of #38CB4C
Black with #38CB4C
Text Example
Text Example
White with #38CB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CB4C; }
p { color: rgb(56,203,76); }
H1.HeaderClassName
{
color: #38CB4C;
}
.AnyTagClassName
{
color: #38CB4C;
}
</style>
background-color css
<style>
a { background-color: #38CB4C; }
a { background-color: rgb(56,203,76); }
div.DivClassName
{
background-color: #38CB4C;
}
.BgClassName
{
background-color: #38CB4C;
}
</style>
border-color css
<style>
span { border-color: #38CB4C; }
span { border-color: rgb(56,203,76); }
td.TdClassName
{
border-color: #38CB4C;
}
.TagClassName
{
border-color: #38CB4C;
}
</style>