Html Css Color HEX #33DD52 Lime Green

📋 copy color: '#33DD52'

red 51 ◦ green 221 ◦ blue 82

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

Shades of Lime Green #33DD52

Tints of Lime Green #33DD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 14.41%
G = 62.43%
B = 23.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#33DD52 (or 0x33DD52) is known color: Lime Green. HEX triplet: 33, DD and 52. RGB value is (51,221,82). Sum of RGB (Red+Green+Blue) = 51+221+82=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD52 is #CC22AD. Grayscale: #9A9A9A. Windows color (decimal): -13378222 or 5430579. OLE color: 5430579.

HSL color Cylindrical-coordinate representation of color #33DD52: hue angle of 130.94º 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 #33DD52 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 221 82 -
CMYK 0.77 0 0.63 0.13
HSL 130.94º 0.71% 0.53% -
HSV(B) 130.94º 0.77% 0.87% -
XYZ 28.74 53.03 16.7 -
YUV 154.32 87.18 54.3 -
System Red Green Blue C M Y K H S L
Decimal 51 221 82 0.77 0 0.63 0.13 130.94 0.71 0.53
Hex 33 DD 52 4D 0 3F D 83 47 35
Octal 63 335 122 115 0 77 15 203 107 65
Binary 110011 11011101 1010010 1001101 0 111111 1101 10000011 1000111 110101

Color Harmonies of #33DD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DD52

Black with #33DD52

Text Example


Text Example

White with #33DD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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