Shades of Lime Green #3DCE32
Tints of Lime Green #3DCE32
RGB
CMYK
RGB Variations
Color information
#3DCE32 (or 0x3DCE32) is known color: Lime Green. HEX triplet: 3D, CE and 32. RGB value is (61,206,50). Sum of RGB (Red+Green+Blue) = 61+206+50=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 206 (80.86% from 255 or 64.98% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCE32 is #C231CD. Grayscale: #919191. Windows color (decimal): -12726734 or 3329597. OLE color: 3329597.
HSL color Cylindrical-coordinate representation of color #3DCE32: hue angle of 115.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DCE32 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 50 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.19 |
| HSL | 115.77º | 0.61% | 0.5% | - |
| HSV(B) | 115.77º | 0.76% | 0.81% | - |
| XYZ | 24.57 | 45.37 | 10.48 | - |
| YUV | 144.86 | 74.46 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 50 | 0.70 | 0 | 0.76 | 0.19 | 115.77 | 0.61 | 0.5 |
| Hex | 3D | CE | 32 | 46 | 0 | 4C | 13 | 74 | 3D | 32 |
| Octal | 75 | 316 | 62 | 106 | 0 | 114 | 23 | 164 | 75 | 62 |
| Binary | 111101 | 11001110 | 110010 | 1000110 | 0 | 1001100 | 10011 | 1110100 | 111101 | 110010 |
Color Harmonies of #3DCE32
Complementary color
Monochromatic Colors of #3DCE32
Black with #3DCE32
Text Example
Text Example
White with #3DCE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCE32; }
p { color: rgb(61,206,50); }
H1.HeaderClassName
{
color: #3DCE32;
}
.AnyTagClassName
{
color: #3DCE32;
}
</style>
background-color css
<style>
a { background-color: #3DCE32; }
a { background-color: rgb(61,206,50); }
div.DivClassName
{
background-color: #3DCE32;
}
.BgClassName
{
background-color: #3DCE32;
}
</style>
border-color css
<style>
span { border-color: #3DCE32; }
span { border-color: rgb(61,206,50); }
td.TdClassName
{
border-color: #3DCE32;
}
.TagClassName
{
border-color: #3DCE32;
}
</style>