Shades of Lime Green #3CED31
Tints of Lime Green #3CED31
RGB
CMYK
RGB Variations
Color information
#3CED31 (or 0x3CED31) is known color: Lime Green. HEX triplet: 3C, ED and 31. RGB value is (60,237,49). Sum of RGB (Red+Green+Blue) = 60+237+49=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 237 (92.97% from 255 or 68.50% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CED31 is #C312CE. Grayscale: #A3A3A3. Windows color (decimal): -12784335 or 3271996. OLE color: 3271996.
HSL color Cylindrical-coordinate representation of color #3CED31: hue angle of 116.49º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CED31 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 49 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.07 |
| HSL | 116.49º | 0.84% | 0.56% | - |
| HSV(B) | 116.49º | 0.79% | 0.93% | - |
| XYZ | 32.7 | 61.75 | 13.1 | - |
| YUV | 162.65 | 63.86 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 49 | 0.75 | 0 | 0.79 | 0.07 | 116.49 | 0.84 | 0.56 |
| Hex | 3C | ED | 31 | 4B | 0 | 4F | 7 | 74 | 54 | 38 |
| Octal | 74 | 355 | 61 | 113 | 0 | 117 | 7 | 164 | 124 | 70 |
| Binary | 111100 | 11101101 | 110001 | 1001011 | 0 | 1001111 | 111 | 1110100 | 1010100 | 111000 |
Color Harmonies of #3CED31
Complementary color
Monochromatic Colors of #3CED31
Black with #3CED31
Text Example
Text Example
White with #3CED31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CED31; }
p { color: rgb(60,237,49); }
H1.HeaderClassName
{
color: #3CED31;
}
.AnyTagClassName
{
color: #3CED31;
}
</style>
background-color css
<style>
a { background-color: #3CED31; }
a { background-color: rgb(60,237,49); }
div.DivClassName
{
background-color: #3CED31;
}
.BgClassName
{
background-color: #3CED31;
}
</style>
border-color css
<style>
span { border-color: #3CED31; }
span { border-color: rgb(60,237,49); }
td.TdClassName
{
border-color: #3CED31;
}
.TagClassName
{
border-color: #3CED31;
}
</style>