Shades of Lime Green #3CED32
Tints of Lime Green #3CED32
RGB
CMYK
RGB Variations
Color information
#3CED32 (or 0x3CED32) is known color: Lime Green. HEX triplet: 3C, ED and 32. RGB value is (60,237,50). Sum of RGB (Red+Green+Blue) = 60+237+50=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 237 (92.97% from 255 or 68.30% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CED32 is #C312CD. Grayscale: #A3A3A3. Windows color (decimal): -12784334 or 3337532. OLE color: 3337532.
HSL color Cylindrical-coordinate representation of color #3CED32: hue angle of 116.79º 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 #3CED32 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 50 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.07 |
| HSL | 116.79º | 0.84% | 0.56% | - |
| HSV(B) | 116.79º | 0.79% | 0.93% | - |
| XYZ | 32.72 | 61.76 | 13.21 | - |
| YUV | 162.76 | 64.36 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 50 | 0.75 | 0 | 0.79 | 0.07 | 116.79 | 0.84 | 0.56 |
| Hex | 3C | ED | 32 | 4B | 0 | 4F | 7 | 75 | 54 | 38 |
| Octal | 74 | 355 | 62 | 113 | 0 | 117 | 7 | 165 | 124 | 70 |
| Binary | 111100 | 11101101 | 110010 | 1001011 | 0 | 1001111 | 111 | 1110101 | 1010100 | 111000 |
Color Harmonies of #3CED32
Complementary color
Monochromatic Colors of #3CED32
Black with #3CED32
Text Example
Text Example
White with #3CED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CED32; }
p { color: rgb(60,237,50); }
H1.HeaderClassName
{
color: #3CED32;
}
.AnyTagClassName
{
color: #3CED32;
}
</style>
background-color css
<style>
a { background-color: #3CED32; }
a { background-color: rgb(60,237,50); }
div.DivClassName
{
background-color: #3CED32;
}
.BgClassName
{
background-color: #3CED32;
}
</style>
border-color css
<style>
span { border-color: #3CED32; }
span { border-color: rgb(60,237,50); }
td.TdClassName
{
border-color: #3CED32;
}
.TagClassName
{
border-color: #3CED32;
}
</style>