Shades of Lime Green #3CEE32
Tints of Lime Green #3CEE32
RGB
CMYK
RGB Variations
Color information
#3CEE32 (or 0x3CEE32) is known color: Lime Green. HEX triplet: 3C, EE and 32. RGB value is (60,238,50). Sum of RGB (Red+Green+Blue) = 60+238+50=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 238 (93.36% from 255 or 68.39% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEE32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEE32 is #C311CD. Grayscale: #A3A3A3. Windows color (decimal): -12784078 or 3337788. OLE color: 3337788.
HSL color Cylindrical-coordinate representation of color #3CEE32: hue angle of 116.81º degrees, saturation: 0.85, 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 #3CEE32 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 238 | 50 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.07 |
| HSL | 116.81º | 0.85% | 0.56% | - |
| HSV(B) | 116.81º | 0.79% | 0.93% | - |
| XYZ | 33.01 | 62.34 | 13.31 | - |
| YUV | 163.35 | 64.03 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 238 | 50 | 0.75 | 0 | 0.79 | 0.07 | 116.81 | 0.85 | 0.56 |
| Hex | 3C | EE | 32 | 4B | 0 | 4F | 7 | 75 | 55 | 38 |
| Octal | 74 | 356 | 62 | 113 | 0 | 117 | 7 | 165 | 125 | 70 |
| Binary | 111100 | 11101110 | 110010 | 1001011 | 0 | 1001111 | 111 | 1110101 | 1010101 | 111000 |
Color Harmonies of #3CEE32
Complementary color
Monochromatic Colors of #3CEE32
Black with #3CEE32
Text Example
Text Example
White with #3CEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEE32; }
p { color: rgb(60,238,50); }
H1.HeaderClassName
{
color: #3CEE32;
}
.AnyTagClassName
{
color: #3CEE32;
}
</style>
background-color css
<style>
a { background-color: #3CEE32; }
a { background-color: rgb(60,238,50); }
div.DivClassName
{
background-color: #3CEE32;
}
.BgClassName
{
background-color: #3CEE32;
}
</style>
border-color css
<style>
span { border-color: #3CEE32; }
span { border-color: rgb(60,238,50); }
td.TdClassName
{
border-color: #3CEE32;
}
.TagClassName
{
border-color: #3CEE32;
}
</style>