Shades of Lime Green #3EB63C
Tints of Lime Green #3EB63C
RGB
CMYK
RGB Variations
Color information
#3EB63C (or 0x3EB63C) is known color: Lime Green. HEX triplet: 3E, B6 and 3C. RGB value is (62,182,60). Sum of RGB (Red+Green+Blue) = 62+182+60=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 182 (71.48% from 255 or 59.87% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 182 - color contains mainly: green. Hex color #3EB63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB63C is #C149C3. Grayscale: #848484. Windows color (decimal): -12667332 or 3978814. OLE color: 3978814.
HSL color Cylindrical-coordinate representation of color #3EB63C: hue angle of 119.02º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EB63C is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 182 | 60 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.29 |
| HSL | 119.02º | 0.5% | 0.47% | - |
| HSV(B) | 119.02º | 0.67% | 0.71% | - |
| XYZ | 19.53 | 34.81 | 9.96 | - |
| YUV | 132.21 | 87.24 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 182 | 60 | 0.66 | 0 | 0.67 | 0.29 | 119.02 | 0.5 | 0.47 |
| Hex | 3E | B6 | 3C | 42 | 0 | 43 | 1D | 77 | 32 | 2F |
| Octal | 76 | 266 | 74 | 102 | 0 | 103 | 35 | 167 | 62 | 57 |
| Binary | 111110 | 10110110 | 111100 | 1000010 | 0 | 1000011 | 11101 | 1110111 | 110010 | 101111 |
Color Harmonies of #3EB63C
Complementary color
Monochromatic Colors of #3EB63C
Black with #3EB63C
Text Example
Text Example
White with #3EB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB63C; }
p { color: rgb(62,182,60); }
H1.HeaderClassName
{
color: #3EB63C;
}
.AnyTagClassName
{
color: #3EB63C;
}
</style>
background-color css
<style>
a { background-color: #3EB63C; }
a { background-color: rgb(62,182,60); }
div.DivClassName
{
background-color: #3EB63C;
}
.BgClassName
{
background-color: #3EB63C;
}
</style>
border-color css
<style>
span { border-color: #3EB63C; }
span { border-color: rgb(62,182,60); }
td.TdClassName
{
border-color: #3EB63C;
}
.TagClassName
{
border-color: #3EB63C;
}
</style>