Shades of Lime Green #33AF2C
Tints of Lime Green #33AF2C
RGB
CMYK
RGB Variations
Color information
#33AF2C (or 0x33AF2C) is known color: Lime Green. HEX triplet: 33, AF and 2C. RGB value is (51,175,44). Sum of RGB (Red+Green+Blue) = 51+175+44=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 175 (68.75% from 255 or 64.81% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 175 - color contains mainly: green. Hex color #33AF2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AF2C is #CC50D3. Grayscale: #7B7B7B. Windows color (decimal): -13390036 or 2928435. OLE color: 2928435.
HSL color Cylindrical-coordinate representation of color #33AF2C: hue angle of 116.79º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33AF2C is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 175 | 44 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.31 |
| HSL | 116.79º | 0.6% | 0.43% | - |
| HSV(B) | 116.79º | 0.75% | 0.69% | - |
| XYZ | 17.15 | 31.55 | 7.57 | - |
| YUV | 122.99 | 83.42 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 175 | 44 | 0.71 | 0 | 0.75 | 0.31 | 116.79 | 0.6 | 0.43 |
| Hex | 33 | AF | 2C | 47 | 0 | 4B | 1F | 75 | 3C | 2B |
| Octal | 63 | 257 | 54 | 107 | 0 | 113 | 37 | 165 | 74 | 53 |
| Binary | 110011 | 10101111 | 101100 | 1000111 | 0 | 1001011 | 11111 | 1110101 | 111100 | 101011 |
Color Harmonies of #33AF2C
Complementary color
Monochromatic Colors of #33AF2C
Black with #33AF2C
Text Example
Text Example
White with #33AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AF2C; }
p { color: rgb(51,175,44); }
H1.HeaderClassName
{
color: #33AF2C;
}
.AnyTagClassName
{
color: #33AF2C;
}
</style>
background-color css
<style>
a { background-color: #33AF2C; }
a { background-color: rgb(51,175,44); }
div.DivClassName
{
background-color: #33AF2C;
}
.BgClassName
{
background-color: #33AF2C;
}
</style>
border-color css
<style>
span { border-color: #33AF2C; }
span { border-color: rgb(51,175,44); }
td.TdClassName
{
border-color: #33AF2C;
}
.TagClassName
{
border-color: #33AF2C;
}
</style>