Shades of Lime Green #33CC3C
Tints of Lime Green #33CC3C
RGB
CMYK
RGB Variations
Color information
#33CC3C (or 0x33CC3C) is known color: Lime Green. HEX triplet: 33, CC and 3C. RGB value is (51,204,60). Sum of RGB (Red+Green+Blue) = 51+204+60=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 204 (80.08% from 255 or 64.76% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CC3C is #CC33C3. Grayscale: #8E8E8E. Windows color (decimal): -13382596 or 3984435. OLE color: 3984435.
HSL color Cylindrical-coordinate representation of color #33CC3C: hue angle of 123.53º 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 #33CC3C is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 60 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.2 |
| HSL | 123.53º | 0.6% | 0.5% | - |
| HSV(B) | 123.53º | 0.75% | 0.8% | - |
| XYZ | 23.77 | 44.22 | 11.56 | - |
| YUV | 141.84 | 81.81 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 60 | 0.75 | 0 | 0.71 | 0.2 | 123.53 | 0.6 | 0.5 |
| Hex | 33 | CC | 3C | 4B | 0 | 47 | 14 | 7C | 3C | 32 |
| Octal | 63 | 314 | 74 | 113 | 0 | 107 | 24 | 174 | 74 | 62 |
| Binary | 110011 | 11001100 | 111100 | 1001011 | 0 | 1000111 | 10100 | 1111100 | 111100 | 110010 |
Color Harmonies of #33CC3C
Complementary color
Monochromatic Colors of #33CC3C
Black with #33CC3C
Text Example
Text Example
White with #33CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CC3C; }
p { color: rgb(51,204,60); }
H1.HeaderClassName
{
color: #33CC3C;
}
.AnyTagClassName
{
color: #33CC3C;
}
</style>
background-color css
<style>
a { background-color: #33CC3C; }
a { background-color: rgb(51,204,60); }
div.DivClassName
{
background-color: #33CC3C;
}
.BgClassName
{
background-color: #33CC3C;
}
</style>
border-color css
<style>
span { border-color: #33CC3C; }
span { border-color: rgb(51,204,60); }
td.TdClassName
{
border-color: #33CC3C;
}
.TagClassName
{
border-color: #33CC3C;
}
</style>