Shades of Lime Green #3CDF34
Tints of Lime Green #3CDF34
RGB
CMYK
RGB Variations
Color information
#3CDF34 (or 0x3CDF34) is known color: Lime Green. HEX triplet: 3C, DF and 34. RGB value is (60,223,52). Sum of RGB (Red+Green+Blue) = 60+223+52=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 223 (87.5% from 255 or 66.57% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDF34 is #C320CB. Grayscale: #9B9B9B. Windows color (decimal): -12787916 or 3465020. OLE color: 3465020.
HSL color Cylindrical-coordinate representation of color #3CDF34: hue angle of 117.19º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CDF34 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 52 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.13 |
| HSL | 117.19º | 0.73% | 0.54% | - |
| HSV(B) | 117.19º | 0.77% | 0.87% | - |
| XYZ | 28.87 | 53.98 | 12.15 | - |
| YUV | 154.77 | 70 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 52 | 0.73 | 0 | 0.77 | 0.13 | 117.19 | 0.73 | 0.54 |
| Hex | 3C | DF | 34 | 49 | 0 | 4D | D | 75 | 49 | 36 |
| Octal | 74 | 337 | 64 | 111 | 0 | 115 | 15 | 165 | 111 | 66 |
| Binary | 111100 | 11011111 | 110100 | 1001001 | 0 | 1001101 | 1101 | 1110101 | 1001001 | 110110 |
Color Harmonies of #3CDF34
Complementary color
Monochromatic Colors of #3CDF34
Black with #3CDF34
Text Example
Text Example
White with #3CDF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF34; }
p { color: rgb(60,223,52); }
H1.HeaderClassName
{
color: #3CDF34;
}
.AnyTagClassName
{
color: #3CDF34;
}
</style>
background-color css
<style>
a { background-color: #3CDF34; }
a { background-color: rgb(60,223,52); }
div.DivClassName
{
background-color: #3CDF34;
}
.BgClassName
{
background-color: #3CDF34;
}
</style>
border-color css
<style>
span { border-color: #3CDF34; }
span { border-color: rgb(60,223,52); }
td.TdClassName
{
border-color: #3CDF34;
}
.TagClassName
{
border-color: #3CDF34;
}
</style>