Shades of Lime Green #33C31F
Tints of Lime Green #33C31F
RGB
CMYK
RGB Variations
Color information
#33C31F (or 0x33C31F) is known color: Lime Green. HEX triplet: 33, C3 and 1F. RGB value is (51,195,31). Sum of RGB (Red+Green+Blue) = 51+195+31=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 195 (76.56% from 255 or 70.40% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 195 - color contains mainly: green. Hex color #33C31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C31F is #CC3CE0. Grayscale: #858585. Windows color (decimal): -13384929 or 2081587. OLE color: 2081587.
HSL color Cylindrical-coordinate representation of color #33C31F: hue angle of 112.68º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33C31F is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 195 | 31 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.24 |
| HSL | 112.68º | 0.73% | 0.44% | - |
| HSV(B) | 112.68º | 0.84% | 0.76% | - |
| XYZ | 21.13 | 39.83 | 7.87 | - |
| YUV | 133.25 | 70.29 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 195 | 31 | 0.74 | 0 | 0.84 | 0.24 | 112.68 | 0.73 | 0.44 |
| Hex | 33 | C3 | 1F | 4A | 0 | 54 | 18 | 71 | 49 | 2C |
| Octal | 63 | 303 | 37 | 112 | 0 | 124 | 30 | 161 | 111 | 54 |
| Binary | 110011 | 11000011 | 11111 | 1001010 | 0 | 1010100 | 11000 | 1110001 | 1001001 | 101100 |
Color Harmonies of #33C31F
Complementary color
Monochromatic Colors of #33C31F
Black with #33C31F
Text Example
Text Example
White with #33C31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C31F; }
p { color: rgb(51,195,31); }
H1.HeaderClassName
{
color: #33C31F;
}
.AnyTagClassName
{
color: #33C31F;
}
</style>
background-color css
<style>
a { background-color: #33C31F; }
a { background-color: rgb(51,195,31); }
div.DivClassName
{
background-color: #33C31F;
}
.BgClassName
{
background-color: #33C31F;
}
</style>
border-color css
<style>
span { border-color: #33C31F; }
span { border-color: rgb(51,195,31); }
td.TdClassName
{
border-color: #33C31F;
}
.TagClassName
{
border-color: #33C31F;
}
</style>