Shades of Lime Green #38CF4C
Tints of Lime Green #38CF4C
RGB
CMYK
RGB Variations
Color information
#38CF4C (or 0x38CF4C) is known color: Lime Green. HEX triplet: 38, CF and 4C. RGB value is (56,207,76). Sum of RGB (Red+Green+Blue) = 56+207+76=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CF4C is #C730B3. Grayscale: #939393. Windows color (decimal): -13054132 or 5033784. OLE color: 5033784.
HSL color Cylindrical-coordinate representation of color #38CF4C: hue angle of 127.95º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CF4C is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 207 | 76 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.19 |
| HSL | 127.95º | 0.61% | 0.52% | - |
| HSV(B) | 127.95º | 0.73% | 0.81% | - |
| XYZ | 25.25 | 45.99 | 14.38 | - |
| YUV | 146.92 | 87.97 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 76 | 0.73 | 0 | 0.63 | 0.19 | 127.95 | 0.61 | 0.52 |
| Hex | 38 | CF | 4C | 49 | 0 | 3F | 13 | 80 | 3D | 34 |
| Octal | 70 | 317 | 114 | 111 | 0 | 77 | 23 | 200 | 75 | 64 |
| Binary | 111000 | 11001111 | 1001100 | 1001001 | 0 | 111111 | 10011 | 10000000 | 111101 | 110100 |
Color Harmonies of #38CF4C
Complementary color
Monochromatic Colors of #38CF4C
Black with #38CF4C
Text Example
Text Example
White with #38CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CF4C; }
p { color: rgb(56,207,76); }
H1.HeaderClassName
{
color: #38CF4C;
}
.AnyTagClassName
{
color: #38CF4C;
}
</style>
background-color css
<style>
a { background-color: #38CF4C; }
a { background-color: rgb(56,207,76); }
div.DivClassName
{
background-color: #38CF4C;
}
.BgClassName
{
background-color: #38CF4C;
}
</style>
border-color css
<style>
span { border-color: #38CF4C; }
span { border-color: rgb(56,207,76); }
td.TdClassName
{
border-color: #38CF4C;
}
.TagClassName
{
border-color: #38CF4C;
}
</style>