Shades of Lime Green #3CED35
Tints of Lime Green #3CED35
RGB
CMYK
RGB Variations
Color information
#3CED35 (or 0x3CED35) is known color: Lime Green. HEX triplet: 3C, ED and 35. RGB value is (60,237,53). Sum of RGB (Red+Green+Blue) = 60+237+53=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 237 (92.97% from 255 or 67.71% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CED35 is #C312CA. Grayscale: #A3A3A3. Windows color (decimal): -12784331 or 3534140. OLE color: 3534140.
HSL color Cylindrical-coordinate representation of color #3CED35: hue angle of 117.72º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CED35 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 53 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.07 |
| HSL | 117.72º | 0.84% | 0.57% | - |
| HSV(B) | 117.72º | 0.78% | 0.93% | - |
| XYZ | 32.79 | 61.79 | 13.57 | - |
| YUV | 163.1 | 65.86 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 53 | 0.75 | 0 | 0.78 | 0.07 | 117.72 | 0.84 | 0.57 |
| Hex | 3C | ED | 35 | 4B | 0 | 4E | 7 | 76 | 54 | 39 |
| Octal | 74 | 355 | 65 | 113 | 0 | 116 | 7 | 166 | 124 | 71 |
| Binary | 111100 | 11101101 | 110101 | 1001011 | 0 | 1001110 | 111 | 1110110 | 1010100 | 111001 |
Color Harmonies of #3CED35
Complementary color
Monochromatic Colors of #3CED35
Black with #3CED35
Text Example
Text Example
White with #3CED35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CED35; }
p { color: rgb(60,237,53); }
H1.HeaderClassName
{
color: #3CED35;
}
.AnyTagClassName
{
color: #3CED35;
}
</style>
background-color css
<style>
a { background-color: #3CED35; }
a { background-color: rgb(60,237,53); }
div.DivClassName
{
background-color: #3CED35;
}
.BgClassName
{
background-color: #3CED35;
}
</style>
border-color css
<style>
span { border-color: #3CED35; }
span { border-color: rgb(60,237,53); }
td.TdClassName
{
border-color: #3CED35;
}
.TagClassName
{
border-color: #3CED35;
}
</style>