Shades of Lime Green #3DCF33
Tints of Lime Green #3DCF33
RGB
CMYK
RGB Variations
Color information
#3DCF33 (or 0x3DCF33) is known color: Lime Green. HEX triplet: 3D, CF and 33. RGB value is (61,207,51). Sum of RGB (Red+Green+Blue) = 61+207+51=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 207 (81.25% from 255 or 64.89% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCF33 is #C230CC. Grayscale: #929292. Windows color (decimal): -12726477 or 3395389. OLE color: 3395389.
HSL color Cylindrical-coordinate representation of color #3DCF33: hue angle of 116.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DCF33 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 51 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.19 |
| HSL | 116.15º | 0.62% | 0.51% | - |
| HSV(B) | 116.15º | 0.75% | 0.81% | - |
| XYZ | 24.83 | 45.86 | 10.67 | - |
| YUV | 145.56 | 74.63 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 51 | 0.71 | 0 | 0.75 | 0.19 | 116.15 | 0.62 | 0.51 |
| Hex | 3D | CF | 33 | 47 | 0 | 4B | 13 | 74 | 3E | 33 |
| Octal | 75 | 317 | 63 | 107 | 0 | 113 | 23 | 164 | 76 | 63 |
| Binary | 111101 | 11001111 | 110011 | 1000111 | 0 | 1001011 | 10011 | 1110100 | 111110 | 110011 |
Color Harmonies of #3DCF33
Complementary color
Monochromatic Colors of #3DCF33
Black with #3DCF33
Text Example
Text Example
White with #3DCF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF33; }
p { color: rgb(61,207,51); }
H1.HeaderClassName
{
color: #3DCF33;
}
.AnyTagClassName
{
color: #3DCF33;
}
</style>
background-color css
<style>
a { background-color: #3DCF33; }
a { background-color: rgb(61,207,51); }
div.DivClassName
{
background-color: #3DCF33;
}
.BgClassName
{
background-color: #3DCF33;
}
</style>
border-color css
<style>
span { border-color: #3DCF33; }
span { border-color: rgb(61,207,51); }
td.TdClassName
{
border-color: #3DCF33;
}
.TagClassName
{
border-color: #3DCF33;
}
</style>