Shades of Lime Green #3DCE21
Tints of Lime Green #3DCE21
RGB
CMYK
RGB Variations
Color information
#3DCE21 (or 0x3DCE21) is known color: Lime Green. HEX triplet: 3D, CE and 21. RGB value is (61,206,33). Sum of RGB (Red+Green+Blue) = 61+206+33=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 206 (80.86% from 255 or 68.67% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCE21 is #C231DE. Grayscale: #8F8F8F. Windows color (decimal): -12726751 or 2215485. OLE color: 2215485.
HSL color Cylindrical-coordinate representation of color #3DCE21: hue angle of 110.29º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DCE21 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 33 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.19 |
| HSL | 110.29º | 0.72% | 0.47% | - |
| HSV(B) | 110.29º | 0.84% | 0.81% | - |
| XYZ | 24.27 | 45.24 | 8.89 | - |
| YUV | 142.92 | 65.96 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 33 | 0.70 | 0 | 0.84 | 0.19 | 110.29 | 0.72 | 0.47 |
| Hex | 3D | CE | 21 | 46 | 0 | 54 | 13 | 6E | 48 | 2F |
| Octal | 75 | 316 | 41 | 106 | 0 | 124 | 23 | 156 | 110 | 57 |
| Binary | 111101 | 11001110 | 100001 | 1000110 | 0 | 1010100 | 10011 | 1101110 | 1001000 | 101111 |
Color Harmonies of #3DCE21
Complementary color
Monochromatic Colors of #3DCE21
Black with #3DCE21
Text Example
Text Example
White with #3DCE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCE21; }
p { color: rgb(61,206,33); }
H1.HeaderClassName
{
color: #3DCE21;
}
.AnyTagClassName
{
color: #3DCE21;
}
</style>
background-color css
<style>
a { background-color: #3DCE21; }
a { background-color: rgb(61,206,33); }
div.DivClassName
{
background-color: #3DCE21;
}
.BgClassName
{
background-color: #3DCE21;
}
</style>
border-color css
<style>
span { border-color: #3DCE21; }
span { border-color: rgb(61,206,33); }
td.TdClassName
{
border-color: #3DCE21;
}
.TagClassName
{
border-color: #3DCE21;
}
</style>