Html Css Color HEX #33DD33 Lime Green

📋 copy color: '#33DD33'

red 51 ◦ green 221 ◦ blue 51

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

Shades of Lime Green #33DD33

Tints of Lime Green #33DD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.79%

R = 15.79%
G = 68.42%
B = 15.79%

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

#33DD33 (or 0x33DD33) is known color: Lime Green. HEX triplet: 33, DD and 33. RGB value is (51,221,51). Sum of RGB (Red+Green+Blue) = 51+221+51=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DD33 is #CC22CC. Grayscale: #979797. Windows color (decimal): -13378253 or 3398963. OLE color: 3398963.

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

Color convert

RGB 51 221 51 -
CMYK 0.77 0 0.77 0.13
HSL 120º 0.71% 0.53% -
HSV(B) 120º 0.77% 0.87% -
XYZ 27.82 52.66 11.83 -
YUV 150.79 71.68 56.82 -
System Red Green Blue C M Y K H S L
Decimal 51 221 51 0.77 0 0.77 0.13 120 0.71 0.53
Hex 33 DD 33 4D 0 4D D 78 47 35
Octal 63 335 63 115 0 115 15 170 107 65
Binary 110011 11011101 110011 1001101 0 1001101 1101 1111000 1000111 110101

Color Harmonies of #33DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DD33

Black with #33DD33

Text Example


Text Example

White with #33DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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