Shades of Lime Green #3CF638
Tints of Lime Green #3CF638
RGB
CMYK
RGB Variations
Color information
#3CF638 (or 0x3CF638) is known color: Lime Green. HEX triplet: 3C, F6 and 38. RGB value is (60,246,56). Sum of RGB (Red+Green+Blue) = 60+246+56=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 246 (96.48% from 255 or 67.96% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 246 - color contains mainly: green. Hex color #3CF638 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF638 is #C309C7. Grayscale: #A9A9A9. Windows color (decimal): -12782024 or 3733052. OLE color: 3733052.
HSL color Cylindrical-coordinate representation of color #3CF638: hue angle of 118.74º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CF638 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 246 | 56 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.04 |
| HSL | 118.74º | 0.91% | 0.59% | - |
| HSV(B) | 118.74º | 0.77% | 0.96% | - |
| XYZ | 35.53 | 67.16 | 14.83 | - |
| YUV | 168.73 | 64.38 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 246 | 56 | 0.76 | 0 | 0.77 | 0.04 | 118.74 | 0.91 | 0.59 |
| Hex | 3C | F6 | 38 | 4C | 0 | 4D | 4 | 77 | 5B | 3B |
| Octal | 74 | 366 | 70 | 114 | 0 | 115 | 4 | 167 | 133 | 73 |
| Binary | 111100 | 11110110 | 111000 | 1001100 | 0 | 1001101 | 100 | 1110111 | 1011011 | 111011 |
Color Harmonies of #3CF638
Complementary color
Monochromatic Colors of #3CF638
Black with #3CF638
Text Example
Text Example
White with #3CF638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF638; }
p { color: rgb(60,246,56); }
H1.HeaderClassName
{
color: #3CF638;
}
.AnyTagClassName
{
color: #3CF638;
}
</style>
background-color css
<style>
a { background-color: #3CF638; }
a { background-color: rgb(60,246,56); }
div.DivClassName
{
background-color: #3CF638;
}
.BgClassName
{
background-color: #3CF638;
}
</style>
border-color css
<style>
span { border-color: #3CF638; }
span { border-color: rgb(60,246,56); }
td.TdClassName
{
border-color: #3CF638;
}
.TagClassName
{
border-color: #3CF638;
}
</style>