Shades of Lime Green #33B83C
Tints of Lime Green #33B83C
RGB
CMYK
RGB Variations
Color information
#33B83C (or 0x33B83C) is known color: Lime Green. HEX triplet: 33, B8 and 3C. RGB value is (51,184,60). Sum of RGB (Red+Green+Blue) = 51+184+60=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 184 (72.27% from 255 or 62.37% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 184 - color contains mainly: green. Hex color #33B83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B83C is #CC47C3. Grayscale: #828282. Windows color (decimal): -13387716 or 3979315. OLE color: 3979315.
HSL color Cylindrical-coordinate representation of color #33B83C: hue angle of 124.06º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B83C is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 184 | 60 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.28 |
| HSL | 124.06º | 0.57% | 0.46% | - |
| HSV(B) | 124.06º | 0.72% | 0.72% | - |
| XYZ | 19.32 | 35.31 | 10.07 | - |
| YUV | 130.1 | 88.44 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 184 | 60 | 0.72 | 0 | 0.67 | 0.28 | 124.06 | 0.57 | 0.46 |
| Hex | 33 | B8 | 3C | 48 | 0 | 43 | 1C | 7C | 39 | 2E |
| Octal | 63 | 270 | 74 | 110 | 0 | 103 | 34 | 174 | 71 | 56 |
| Binary | 110011 | 10111000 | 111100 | 1001000 | 0 | 1000011 | 11100 | 1111100 | 111001 | 101110 |
Color Harmonies of #33B83C
Complementary color
Monochromatic Colors of #33B83C
Black with #33B83C
Text Example
Text Example
White with #33B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B83C; }
p { color: rgb(51,184,60); }
H1.HeaderClassName
{
color: #33B83C;
}
.AnyTagClassName
{
color: #33B83C;
}
</style>
background-color css
<style>
a { background-color: #33B83C; }
a { background-color: rgb(51,184,60); }
div.DivClassName
{
background-color: #33B83C;
}
.BgClassName
{
background-color: #33B83C;
}
</style>
border-color css
<style>
span { border-color: #33B83C; }
span { border-color: rgb(51,184,60); }
td.TdClassName
{
border-color: #33B83C;
}
.TagClassName
{
border-color: #33B83C;
}
</style>