Shades of Lime Green #3CE91F
Tints of Lime Green #3CE91F
RGB
CMYK
RGB Variations
Color information
#3CE91F (or 0x3CE91F) is known color: Lime Green. HEX triplet: 3C, E9 and 1F. RGB value is (60,233,31). Sum of RGB (Red+Green+Blue) = 60+233+31=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 233 (91.41% from 255 or 71.91% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE91F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE91F is #C316E0. Grayscale: #9E9E9E. Windows color (decimal): -12785377 or 2091324. OLE color: 2091324.
HSL color Cylindrical-coordinate representation of color #3CE91F: hue angle of 111.39º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CE91F is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 233 | 31 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.09 |
| HSL | 111.39º | 0.82% | 0.52% | - |
| HSV(B) | 111.39º | 0.87% | 0.91% | - |
| XYZ | 31.25 | 59.34 | 11.1 | - |
| YUV | 158.25 | 56.19 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 233 | 31 | 0.74 | 0 | 0.87 | 0.09 | 111.39 | 0.82 | 0.52 |
| Hex | 3C | E9 | 1F | 4A | 0 | 57 | 9 | 6F | 52 | 34 |
| Octal | 74 | 351 | 37 | 112 | 0 | 127 | 11 | 157 | 122 | 64 |
| Binary | 111100 | 11101001 | 11111 | 1001010 | 0 | 1010111 | 1001 | 1101111 | 1010010 | 110100 |
Color Harmonies of #3CE91F
Complementary color
Monochromatic Colors of #3CE91F
Black with #3CE91F
Text Example
Text Example
White with #3CE91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE91F; }
p { color: rgb(60,233,31); }
H1.HeaderClassName
{
color: #3CE91F;
}
.AnyTagClassName
{
color: #3CE91F;
}
</style>
background-color css
<style>
a { background-color: #3CE91F; }
a { background-color: rgb(60,233,31); }
div.DivClassName
{
background-color: #3CE91F;
}
.BgClassName
{
background-color: #3CE91F;
}
</style>
border-color css
<style>
span { border-color: #3CE91F; }
span { border-color: rgb(60,233,31); }
td.TdClassName
{
border-color: #3CE91F;
}
.TagClassName
{
border-color: #3CE91F;
}
</style>