Shades of Lime Green #3CDA21
Tints of Lime Green #3CDA21
RGB
CMYK
RGB Variations
Color information
#3CDA21 (or 0x3CDA21) is known color: Lime Green. HEX triplet: 3C, DA and 21. RGB value is (60,218,33). Sum of RGB (Red+Green+Blue) = 60+218+33=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 218 (85.55% from 255 or 70.10% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDA21 is #C325DE. Grayscale: #969696. Windows color (decimal): -12789215 or 2218556. OLE color: 2218556.
HSL color Cylindrical-coordinate representation of color #3CDA21: hue angle of 111.24º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CDA21 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 33 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.15 |
| HSL | 111.24º | 0.74% | 0.49% | - |
| HSV(B) | 111.24º | 0.85% | 0.85% | - |
| XYZ | 27.21 | 51.21 | 9.89 | - |
| YUV | 149.67 | 62.15 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 33 | 0.72 | 0 | 0.85 | 0.15 | 111.24 | 0.74 | 0.49 |
| Hex | 3C | DA | 21 | 48 | 0 | 55 | F | 6F | 4A | 31 |
| Octal | 74 | 332 | 41 | 110 | 0 | 125 | 17 | 157 | 112 | 61 |
| Binary | 111100 | 11011010 | 100001 | 1001000 | 0 | 1010101 | 1111 | 1101111 | 1001010 | 110001 |
Color Harmonies of #3CDA21
Complementary color
Monochromatic Colors of #3CDA21
Black with #3CDA21
Text Example
Text Example
White with #3CDA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA21; }
p { color: rgb(60,218,33); }
H1.HeaderClassName
{
color: #3CDA21;
}
.AnyTagClassName
{
color: #3CDA21;
}
</style>
background-color css
<style>
a { background-color: #3CDA21; }
a { background-color: rgb(60,218,33); }
div.DivClassName
{
background-color: #3CDA21;
}
.BgClassName
{
background-color: #3CDA21;
}
</style>
border-color css
<style>
span { border-color: #3CDA21; }
span { border-color: rgb(60,218,33); }
td.TdClassName
{
border-color: #3CDA21;
}
.TagClassName
{
border-color: #3CDA21;
}
</style>