Shades of Lime Green #33AF3C
Tints of Lime Green #33AF3C
RGB
CMYK
RGB Variations
Color information
#33AF3C (or 0x33AF3C) is known color: Lime Green. HEX triplet: 33, AF and 3C. RGB value is (51,175,60). Sum of RGB (Red+Green+Blue) = 51+175+60=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #33AF3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AF3C is #CC50C3. Grayscale: #7D7D7D. Windows color (decimal): -13390020 or 3977011. OLE color: 3977011.
HSL color Cylindrical-coordinate representation of color #33AF3C: hue angle of 124.35º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AF3C is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 175 | 60 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.31 |
| HSL | 124.35º | 0.55% | 0.44% | - |
| HSV(B) | 124.35º | 0.71% | 0.69% | - |
| XYZ | 17.51 | 31.69 | 9.47 | - |
| YUV | 124.81 | 91.42 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 175 | 60 | 0.71 | 0 | 0.66 | 0.31 | 124.35 | 0.55 | 0.44 |
| Hex | 33 | AF | 3C | 47 | 0 | 42 | 1F | 7C | 37 | 2C |
| Octal | 63 | 257 | 74 | 107 | 0 | 102 | 37 | 174 | 67 | 54 |
| Binary | 110011 | 10101111 | 111100 | 1000111 | 0 | 1000010 | 11111 | 1111100 | 110111 | 101100 |
Color Harmonies of #33AF3C
Complementary color
Monochromatic Colors of #33AF3C
Black with #33AF3C
Text Example
Text Example
White with #33AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AF3C; }
p { color: rgb(51,175,60); }
H1.HeaderClassName
{
color: #33AF3C;
}
.AnyTagClassName
{
color: #33AF3C;
}
</style>
background-color css
<style>
a { background-color: #33AF3C; }
a { background-color: rgb(51,175,60); }
div.DivClassName
{
background-color: #33AF3C;
}
.BgClassName
{
background-color: #33AF3C;
}
</style>
border-color css
<style>
span { border-color: #33AF3C; }
span { border-color: rgb(51,175,60); }
td.TdClassName
{
border-color: #33AF3C;
}
.TagClassName
{
border-color: #33AF3C;
}
</style>