#33DA4D

Color #33DA4D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #33DA4D

Tints of Lime Green #33DA4D

Color information

#33DA4D (or 0x33DA4D) is unknown color: approx Lime Green. HEX triplet: 33, DA and 4D. RGB value is (51,218,77). Sum of RGB (Red+Green+Blue) = 51+218+77=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #33DA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DA4D is #CC25B2. Grayscale: #989898. Windows color (decimal): -13378995 or 5102131. OLE color: 5102131.

HSL color Cylindrical-coordinate representation of color #33DA4D: hue angle of 129.34º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DA4D is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB5121877-
CMYK0.7700.650.15
HSL129.34º69.29%52.75%-
HSV(B)129.34º76.61%85.49%-
XYZ27.7851.3815.48-
YUV151.9985.6755.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 14.74%
GREEN value IS 218 (85.55% from 255) = 63.01%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=14.74%
G=63.01%
B=22.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51218770.7700.650.15129.3469.2952.75
Hex33DA4D4D041F814535
Octal6333211511501011720110565
Binary1100111101101010011011001101010000011111100000011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33DA4D; }

 p { color: rgb(51,218,77); }

 H1.HeaderClassName
 {
   color: #33DA4D;
 }
 .AnyTagClassName
 {
   color: #33DA4D;
 }
</style>
background-color css

<style>
 a { background-color: #33DA4D; }

 a { background-color: rgb(51,218,77); }

 div.DivClassName
 {
   background-color: #33DA4D;
 }
 .BgClassName
 {
   background-color: #33DA4D;
 }
</style>
border-color css

<style>
 span { border-color: #33DA4D; }

 span { border-color: rgb(51,218,77); }

 td.TdClassName
 {
   border-color: #33DA4D;
 }
 .TagClassName
 {
   border-color: #33DA4D;
 }
</style>