Shades of Lime Green #3CDB2F
Tints of Lime Green #3CDB2F
RGB
CMYK
RGB Variations
Color information
#3CDB2F (or 0x3CDB2F) is known color: Lime Green. HEX triplet: 3C, DB and 2F. RGB value is (60,219,47). Sum of RGB (Red+Green+Blue) = 60+219+47=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 219 (85.94% from 255 or 67.18% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDB2F is #C324D0. Grayscale: #989898. Windows color (decimal): -12788945 or 3136316. OLE color: 3136316.
HSL color Cylindrical-coordinate representation of color #3CDB2F: hue angle of 115.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CDB2F is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 47 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.14 |
| HSL | 115.47º | 0.7% | 0.52% | - |
| HSV(B) | 115.47º | 0.79% | 0.86% | - |
| XYZ | 27.71 | 51.83 | 11.23 | - |
| YUV | 151.85 | 68.82 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 47 | 0.73 | 0 | 0.79 | 0.14 | 115.47 | 0.7 | 0.52 |
| Hex | 3C | DB | 2F | 49 | 0 | 4F | E | 73 | 46 | 34 |
| Octal | 74 | 333 | 57 | 111 | 0 | 117 | 16 | 163 | 106 | 64 |
| Binary | 111100 | 11011011 | 101111 | 1001001 | 0 | 1001111 | 1110 | 1110011 | 1000110 | 110100 |
Color Harmonies of #3CDB2F
Complementary color
Monochromatic Colors of #3CDB2F
Black with #3CDB2F
Text Example
Text Example
White with #3CDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDB2F; }
p { color: rgb(60,219,47); }
H1.HeaderClassName
{
color: #3CDB2F;
}
.AnyTagClassName
{
color: #3CDB2F;
}
</style>
background-color css
<style>
a { background-color: #3CDB2F; }
a { background-color: rgb(60,219,47); }
div.DivClassName
{
background-color: #3CDB2F;
}
.BgClassName
{
background-color: #3CDB2F;
}
</style>
border-color css
<style>
span { border-color: #3CDB2F; }
span { border-color: rgb(60,219,47); }
td.TdClassName
{
border-color: #3CDB2F;
}
.TagClassName
{
border-color: #3CDB2F;
}
</style>