Html Css Color HEX #33DD32 Lime Green

📋 copy color: '#33DD32'

red 51 ◦ green 221 ◦ blue 50

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

Shades of Lime Green #33DD32

Tints of Lime Green #33DD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.53%

R = 15.84%
G = 68.63%
B = 15.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#33DD32 (or 0x33DD32) is known color: Lime Green. HEX triplet: 33, DD and 32. RGB value is (51,221,50). Sum of RGB (Red+Green+Blue) = 51+221+50=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 221 (86.72% from 255 or 68.63% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DD32 is #CC22CD. Grayscale: #979797. Windows color (decimal): -13378254 or 3333427. OLE color: 3333427.

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

Color convert

RGB 51 221 50 -
CMYK 0.77 0 0.77 0.13
HSL 119.65º 0.72% 0.53% -
HSV(B) 119.65º 0.77% 0.87% -
XYZ 27.8 52.65 11.71 -
YUV 150.68 71.18 56.9 -
System Red Green Blue C M Y K H S L
Decimal 51 221 50 0.77 0 0.77 0.13 119.65 0.72 0.53
Hex 33 DD 32 4D 0 4D D 78 48 35
Octal 63 335 62 115 0 115 15 170 110 65
Binary 110011 11011101 110010 1001101 0 1001101 1101 1111000 1001000 110101

Color Harmonies of #33DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DD32

Black with #33DD32

Text Example


Text Example

White with #33DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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