Html Css Color HEX #33DD50 Lime Green

📋 copy color: '#33DD50'

red 51 ◦ green 221 ◦ blue 80

#33DD50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #33DD50

Tints of Lime Green #33DD50

RGB

 RED value IS 51 (20.31% from 255) = 14.49%

 GREEN value IS 221 (86.72% from 255) = 62.78%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 14.49%
G = 62.78%
B = 22.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#33DD50 (or 0x33DD50) is known color: Lime Green. HEX triplet: 33, DD and 50. RGB value is (51,221,80). Sum of RGB (Red+Green+Blue) = 51+221+80=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 221 (86.72% from 255 or 62.78% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD50 is #CC22AF. Grayscale: #9A9A9A. Windows color (decimal): -13378224 or 5299507. OLE color: 5299507.

HSL color Cylindrical-coordinate representation of color #33DD50: hue angle of 130.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DD50 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 221 80 -
CMYK 0.77 0 0.64 0.13
HSL 130.24º 0.71% 0.53% -
HSV(B) 130.24º 0.77% 0.87% -
XYZ 28.67 53 16.31 -
YUV 154.1 86.18 54.46 -
System Red Green Blue C M Y K H S L
Decimal 51 221 80 0.77 0 0.64 0.13 130.24 0.71 0.53
Hex 33 DD 50 4D 0 40 D 82 47 35
Octal 63 335 120 115 0 100 15 202 107 65
Binary 110011 11011101 1010000 1001101 0 1000000 1101 10000010 1000111 110101

Color Harmonies of #33DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DD50

Black with #33DD50

Text Example


Text Example

White with #33DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,221,80); }

 H1.HeaderClassName
 {
   color: #33DD50;
 }
 .AnyTagClassName
 {
   color: #33DD50;
 }
</style>

background-color css

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

 a { background-color: rgb(51,221,80); }

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

border-color css

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

 span { border-color: rgb(51,221,80); }

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