Shades of Lime Green #3DCC33
Tints of Lime Green #3DCC33
RGB
CMYK
RGB Variations
Color information
#3DCC33 (or 0x3DCC33) is known color: Lime Green. HEX triplet: 3D, CC and 33. RGB value is (61,204,51). Sum of RGB (Red+Green+Blue) = 61+204+51=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 204 (80.08% from 255 or 64.56% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCC33 is #C233CC. Grayscale: #909090. Windows color (decimal): -12727245 or 3394621. OLE color: 3394621.
HSL color Cylindrical-coordinate representation of color #3DCC33: hue angle of 116.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DCC33 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 204 | 51 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.2 |
| HSL | 116.08º | 0.6% | 0.5% | - |
| HSV(B) | 116.08º | 0.75% | 0.8% | - |
| XYZ | 24.11 | 44.42 | 10.43 | - |
| YUV | 143.8 | 75.62 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 51 | 0.70 | 0 | 0.75 | 0.2 | 116.08 | 0.6 | 0.5 |
| Hex | 3D | CC | 33 | 46 | 0 | 4B | 14 | 74 | 3C | 32 |
| Octal | 75 | 314 | 63 | 106 | 0 | 113 | 24 | 164 | 74 | 62 |
| Binary | 111101 | 11001100 | 110011 | 1000110 | 0 | 1001011 | 10100 | 1110100 | 111100 | 110010 |
Color Harmonies of #3DCC33
Complementary color
Monochromatic Colors of #3DCC33
Black with #3DCC33
Text Example
Text Example
White with #3DCC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCC33; }
p { color: rgb(61,204,51); }
H1.HeaderClassName
{
color: #3DCC33;
}
.AnyTagClassName
{
color: #3DCC33;
}
</style>
background-color css
<style>
a { background-color: #3DCC33; }
a { background-color: rgb(61,204,51); }
div.DivClassName
{
background-color: #3DCC33;
}
.BgClassName
{
background-color: #3DCC33;
}
</style>
border-color css
<style>
span { border-color: #3DCC33; }
span { border-color: rgb(61,204,51); }
td.TdClassName
{
border-color: #3DCC33;
}
.TagClassName
{
border-color: #3DCC33;
}
</style>