Shades of Lime Green #33D63D
Tints of Lime Green #33D63D
RGB
CMYK
RGB Variations
Color information
#33D63D (or 0x33D63D) is known color: Lime Green. HEX triplet: 33, D6 and 3D. RGB value is (51,214,61). Sum of RGB (Red+Green+Blue) = 51+214+61=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #33D63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D63D is #CC29C2. Grayscale: #949494. Windows color (decimal): -13380035 or 4052531. OLE color: 4052531.
HSL color Cylindrical-coordinate representation of color #33D63D: hue angle of 123.68º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D63D is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 61 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.16 |
| HSL | 123.68º | 0.67% | 0.52% | - |
| HSV(B) | 123.68º | 0.76% | 0.84% | - |
| XYZ | 26.25 | 49.13 | 12.51 | - |
| YUV | 147.82 | 79 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 61 | 0.76 | 0 | 0.71 | 0.16 | 123.68 | 0.67 | 0.52 |
| Hex | 33 | D6 | 3D | 4C | 0 | 47 | 10 | 7C | 43 | 34 |
| Octal | 63 | 326 | 75 | 114 | 0 | 107 | 20 | 174 | 103 | 64 |
| Binary | 110011 | 11010110 | 111101 | 1001100 | 0 | 1000111 | 10000 | 1111100 | 1000011 | 110100 |
Color Harmonies of #33D63D
Complementary color
Monochromatic Colors of #33D63D
Black with #33D63D
Text Example
Text Example
White with #33D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D63D; }
p { color: rgb(51,214,61); }
H1.HeaderClassName
{
color: #33D63D;
}
.AnyTagClassName
{
color: #33D63D;
}
</style>
background-color css
<style>
a { background-color: #33D63D; }
a { background-color: rgb(51,214,61); }
div.DivClassName
{
background-color: #33D63D;
}
.BgClassName
{
background-color: #33D63D;
}
</style>
border-color css
<style>
span { border-color: #33D63D; }
span { border-color: rgb(51,214,61); }
td.TdClassName
{
border-color: #33D63D;
}
.TagClassName
{
border-color: #33D63D;
}
</style>