Shades of Lime Green #3ECF26
Tints of Lime Green #3ECF26
RGB
CMYK
RGB Variations
Color information
#3ECF26 (or 0x3ECF26) is known color: Lime Green. HEX triplet: 3E, CF and 26. RGB value is (62,207,38). Sum of RGB (Red+Green+Blue) = 62+207+38=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 207 (81.25% from 255 or 67.43% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECF26 is #C130D9. Grayscale: #909090. Windows color (decimal): -12660954 or 2543422. OLE color: 2543422.
HSL color Cylindrical-coordinate representation of color #3ECF26: hue angle of 111.48º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3ECF26 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 38 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.19 |
| HSL | 111.48º | 0.69% | 0.48% | - |
| HSV(B) | 111.48º | 0.82% | 0.81% | - |
| XYZ | 24.65 | 45.79 | 9.37 | - |
| YUV | 144.38 | 67.96 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 38 | 0.70 | 0 | 0.82 | 0.19 | 111.48 | 0.69 | 0.48 |
| Hex | 3E | CF | 26 | 46 | 0 | 52 | 13 | 6F | 45 | 30 |
| Octal | 76 | 317 | 46 | 106 | 0 | 122 | 23 | 157 | 105 | 60 |
| Binary | 111110 | 11001111 | 100110 | 1000110 | 0 | 1010010 | 10011 | 1101111 | 1000101 | 110000 |
Color Harmonies of #3ECF26
Complementary color
Monochromatic Colors of #3ECF26
Black with #3ECF26
Text Example
Text Example
White with #3ECF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECF26; }
p { color: rgb(62,207,38); }
H1.HeaderClassName
{
color: #3ECF26;
}
.AnyTagClassName
{
color: #3ECF26;
}
</style>
background-color css
<style>
a { background-color: #3ECF26; }
a { background-color: rgb(62,207,38); }
div.DivClassName
{
background-color: #3ECF26;
}
.BgClassName
{
background-color: #3ECF26;
}
</style>
border-color css
<style>
span { border-color: #3ECF26; }
span { border-color: rgb(62,207,38); }
td.TdClassName
{
border-color: #3ECF26;
}
.TagClassName
{
border-color: #3ECF26;
}
</style>