Shades of Lime Green #38F03C
Tints of Lime Green #38F03C
RGB
CMYK
RGB Variations
Color information
#38F03C (or 0x38F03C) is known color: Lime Green. HEX triplet: 38, F0 and 3C. RGB value is (56,240,60). Sum of RGB (Red+Green+Blue) = 56+240+60=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #38F03C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F03C is #C70FC3. Grayscale: #A5A5A5. Windows color (decimal): -13045700 or 3993656. OLE color: 3993656.
HSL color Cylindrical-coordinate representation of color #38F03C: hue angle of 121.3º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F03C is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 240 | 60 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.06 |
| HSL | 121.3º | 0.86% | 0.58% | - |
| HSV(B) | 121.3º | 0.77% | 0.94% | - |
| XYZ | 33.61 | 63.49 | 14.76 | - |
| YUV | 164.46 | 69.04 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 240 | 60 | 0.77 | 0 | 0.75 | 0.06 | 121.3 | 0.86 | 0.58 |
| Hex | 38 | F0 | 3C | 4D | 0 | 4B | 6 | 79 | 56 | 3A |
| Octal | 70 | 360 | 74 | 115 | 0 | 113 | 6 | 171 | 126 | 72 |
| Binary | 111000 | 11110000 | 111100 | 1001101 | 0 | 1001011 | 110 | 1111001 | 1010110 | 111010 |
Color Harmonies of #38F03C
Complementary color
Monochromatic Colors of #38F03C
Black with #38F03C
Text Example
Text Example
White with #38F03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F03C; }
p { color: rgb(56,240,60); }
H1.HeaderClassName
{
color: #38F03C;
}
.AnyTagClassName
{
color: #38F03C;
}
</style>
background-color css
<style>
a { background-color: #38F03C; }
a { background-color: rgb(56,240,60); }
div.DivClassName
{
background-color: #38F03C;
}
.BgClassName
{
background-color: #38F03C;
}
</style>
border-color css
<style>
span { border-color: #38F03C; }
span { border-color: rgb(56,240,60); }
td.TdClassName
{
border-color: #38F03C;
}
.TagClassName
{
border-color: #38F03C;
}
</style>