Shades of Lime Green #3DEF32
Tints of Lime Green #3DEF32
RGB
CMYK
RGB Variations
Color information
#3DEF32 (or 0x3DEF32) is known color: Lime Green. HEX triplet: 3D, EF and 32. RGB value is (61,239,50). Sum of RGB (Red+Green+Blue) = 61+239+50=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 239 (93.75% from 255 or 68.29% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEF32 is #C210CD. Grayscale: #A4A4A4. Windows color (decimal): -12718286 or 3338045. OLE color: 3338045.
HSL color Cylindrical-coordinate representation of color #3DEF32: hue angle of 116.51º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3DEF32 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 50 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.06 |
| HSL | 116.51º | 0.86% | 0.57% | - |
| HSV(B) | 116.51º | 0.79% | 0.94% | - |
| XYZ | 33.37 | 62.96 | 13.41 | - |
| YUV | 164.23 | 63.53 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 50 | 0.74 | 0 | 0.79 | 0.06 | 116.51 | 0.86 | 0.57 |
| Hex | 3D | EF | 32 | 4A | 0 | 4F | 6 | 75 | 56 | 39 |
| Octal | 75 | 357 | 62 | 112 | 0 | 117 | 6 | 165 | 126 | 71 |
| Binary | 111101 | 11101111 | 110010 | 1001010 | 0 | 1001111 | 110 | 1110101 | 1010110 | 111001 |
Color Harmonies of #3DEF32
Complementary color
Monochromatic Colors of #3DEF32
Black with #3DEF32
Text Example
Text Example
White with #3DEF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEF32; }
p { color: rgb(61,239,50); }
H1.HeaderClassName
{
color: #3DEF32;
}
.AnyTagClassName
{
color: #3DEF32;
}
</style>
background-color css
<style>
a { background-color: #3DEF32; }
a { background-color: rgb(61,239,50); }
div.DivClassName
{
background-color: #3DEF32;
}
.BgClassName
{
background-color: #3DEF32;
}
</style>
border-color css
<style>
span { border-color: #3DEF32; }
span { border-color: rgb(61,239,50); }
td.TdClassName
{
border-color: #3DEF32;
}
.TagClassName
{
border-color: #3DEF32;
}
</style>