Shades of Lime Green #3CDE21
Tints of Lime Green #3CDE21
RGB
CMYK
RGB Variations
Color information
#3CDE21 (or 0x3CDE21) is known color: Lime Green. HEX triplet: 3C, DE and 21. RGB value is (60,222,33). Sum of RGB (Red+Green+Blue) = 60+222+33=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 222 (87.11% from 255 or 70.48% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDE21 is #C321DE. Grayscale: #989898. Windows color (decimal): -12788191 or 2219580. OLE color: 2219580.
HSL color Cylindrical-coordinate representation of color #3CDE21: hue angle of 111.43º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CDE21 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 33 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.13 |
| HSL | 111.43º | 0.74% | 0.5% | - |
| HSV(B) | 111.43º | 0.85% | 0.87% | - |
| XYZ | 28.26 | 53.31 | 10.24 | - |
| YUV | 152.02 | 60.83 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 33 | 0.73 | 0 | 0.85 | 0.13 | 111.43 | 0.74 | 0.5 |
| Hex | 3C | DE | 21 | 49 | 0 | 55 | D | 6F | 4A | 32 |
| Octal | 74 | 336 | 41 | 111 | 0 | 125 | 15 | 157 | 112 | 62 |
| Binary | 111100 | 11011110 | 100001 | 1001001 | 0 | 1010101 | 1101 | 1101111 | 1001010 | 110010 |
Color Harmonies of #3CDE21
Complementary color
Monochromatic Colors of #3CDE21
Black with #3CDE21
Text Example
Text Example
White with #3CDE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDE21; }
p { color: rgb(60,222,33); }
H1.HeaderClassName
{
color: #3CDE21;
}
.AnyTagClassName
{
color: #3CDE21;
}
</style>
background-color css
<style>
a { background-color: #3CDE21; }
a { background-color: rgb(60,222,33); }
div.DivClassName
{
background-color: #3CDE21;
}
.BgClassName
{
background-color: #3CDE21;
}
</style>
border-color css
<style>
span { border-color: #3CDE21; }
span { border-color: rgb(60,222,33); }
td.TdClassName
{
border-color: #3CDE21;
}
.TagClassName
{
border-color: #3CDE21;
}
</style>