Shades of Lime Green #3CE61F
Tints of Lime Green #3CE61F
RGB
CMYK
RGB Variations
Color information
#3CE61F (or 0x3CE61F) is known color: Lime Green. HEX triplet: 3C, E6 and 1F. RGB value is (60,230,31). Sum of RGB (Red+Green+Blue) = 60+230+31=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 230 (90.23% from 255 or 71.65% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 230 - color contains mainly: green. Hex color #3CE61F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE61F is #C319E0. Grayscale: #9D9D9D. Windows color (decimal): -12786145 or 2090556. OLE color: 2090556.
HSL color Cylindrical-coordinate representation of color #3CE61F: hue angle of 111.26º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CE61F is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 230 | 31 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.10 |
| HSL | 111.26º | 0.8% | 0.51% | - |
| HSV(B) | 111.26º | 0.87% | 0.9% | - |
| XYZ | 30.41 | 57.65 | 10.82 | - |
| YUV | 156.48 | 57.18 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 230 | 31 | 0.74 | 0 | 0.87 | 0.10 | 111.26 | 0.8 | 0.51 |
| Hex | 3C | E6 | 1F | 4A | 0 | 57 | A | 6F | 50 | 33 |
| Octal | 74 | 346 | 37 | 112 | 0 | 127 | 12 | 157 | 120 | 63 |
| Binary | 111100 | 11100110 | 11111 | 1001010 | 0 | 1010111 | 1010 | 1101111 | 1010000 | 110011 |
Color Harmonies of #3CE61F
Complementary color
Monochromatic Colors of #3CE61F
Black with #3CE61F
Text Example
Text Example
White with #3CE61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE61F; }
p { color: rgb(60,230,31); }
H1.HeaderClassName
{
color: #3CE61F;
}
.AnyTagClassName
{
color: #3CE61F;
}
</style>
background-color css
<style>
a { background-color: #3CE61F; }
a { background-color: rgb(60,230,31); }
div.DivClassName
{
background-color: #3CE61F;
}
.BgClassName
{
background-color: #3CE61F;
}
</style>
border-color css
<style>
span { border-color: #3CE61F; }
span { border-color: rgb(60,230,31); }
td.TdClassName
{
border-color: #3CE61F;
}
.TagClassName
{
border-color: #3CE61F;
}
</style>