Shades of Lime Green #33CC1F
Tints of Lime Green #33CC1F
RGB
CMYK
RGB Variations
Color information
#33CC1F (or 0x33CC1F) is known color: Lime Green. HEX triplet: 33, CC and 1F. RGB value is (51,204,31). Sum of RGB (Red+Green+Blue) = 51+204+31=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CC1F is #CC33E0. Grayscale: #8B8B8B. Windows color (decimal): -13382625 or 2083891. OLE color: 2083891.
HSL color Cylindrical-coordinate representation of color #33CC1F: hue angle of 113.06º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33CC1F is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 31 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.2 |
| HSL | 113.06º | 0.74% | 0.46% | - |
| HSV(B) | 113.06º | 0.85% | 0.8% | - |
| XYZ | 23.21 | 43.99 | 8.56 | - |
| YUV | 138.53 | 67.31 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 31 | 0.75 | 0 | 0.85 | 0.2 | 113.06 | 0.74 | 0.46 |
| Hex | 33 | CC | 1F | 4B | 0 | 55 | 14 | 71 | 4A | 2E |
| Octal | 63 | 314 | 37 | 113 | 0 | 125 | 24 | 161 | 112 | 56 |
| Binary | 110011 | 11001100 | 11111 | 1001011 | 0 | 1010101 | 10100 | 1110001 | 1001010 | 101110 |
Color Harmonies of #33CC1F
Complementary color
Monochromatic Colors of #33CC1F
Black with #33CC1F
Text Example
Text Example
White with #33CC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CC1F; }
p { color: rgb(51,204,31); }
H1.HeaderClassName
{
color: #33CC1F;
}
.AnyTagClassName
{
color: #33CC1F;
}
</style>
background-color css
<style>
a { background-color: #33CC1F; }
a { background-color: rgb(51,204,31); }
div.DivClassName
{
background-color: #33CC1F;
}
.BgClassName
{
background-color: #33CC1F;
}
</style>
border-color css
<style>
span { border-color: #33CC1F; }
span { border-color: rgb(51,204,31); }
td.TdClassName
{
border-color: #33CC1F;
}
.TagClassName
{
border-color: #33CC1F;
}
</style>