Shades of Lime Green #3EBF3C
Tints of Lime Green #3EBF3C
RGB
CMYK
RGB Variations
Color information
#3EBF3C (or 0x3EBF3C) is known color: Lime Green. HEX triplet: 3E, BF and 3C. RGB value is (62,191,60). Sum of RGB (Red+Green+Blue) = 62+191+60=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #3EBF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBF3C is #C140C3. Grayscale: #898989. Windows color (decimal): -12665028 or 3981118. OLE color: 3981118.
HSL color Cylindrical-coordinate representation of color #3EBF3C: hue angle of 119.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EBF3C is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 191 | 60 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.25 |
| HSL | 119.08º | 0.52% | 0.49% | - |
| HSV(B) | 119.08º | 0.69% | 0.75% | - |
| XYZ | 21.43 | 38.61 | 10.6 | - |
| YUV | 137.5 | 84.26 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 191 | 60 | 0.68 | 0 | 0.69 | 0.25 | 119.08 | 0.52 | 0.49 |
| Hex | 3E | BF | 3C | 44 | 0 | 45 | 19 | 77 | 34 | 31 |
| Octal | 76 | 277 | 74 | 104 | 0 | 105 | 31 | 167 | 64 | 61 |
| Binary | 111110 | 10111111 | 111100 | 1000100 | 0 | 1000101 | 11001 | 1110111 | 110100 | 110001 |
Color Harmonies of #3EBF3C
Complementary color
Monochromatic Colors of #3EBF3C
Black with #3EBF3C
Text Example
Text Example
White with #3EBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBF3C; }
p { color: rgb(62,191,60); }
H1.HeaderClassName
{
color: #3EBF3C;
}
.AnyTagClassName
{
color: #3EBF3C;
}
</style>
background-color css
<style>
a { background-color: #3EBF3C; }
a { background-color: rgb(62,191,60); }
div.DivClassName
{
background-color: #3EBF3C;
}
.BgClassName
{
background-color: #3EBF3C;
}
</style>
border-color css
<style>
span { border-color: #3EBF3C; }
span { border-color: rgb(62,191,60); }
td.TdClassName
{
border-color: #3EBF3C;
}
.TagClassName
{
border-color: #3EBF3C;
}
</style>