Html Css Color HEX #33DD34 Lime Green

📋 copy color: '#33DD34'

red 51 ◦ green 221 ◦ blue 52

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

Shades of Lime Green #33DD34

Tints of Lime Green #33DD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 15.74%
G = 68.21%
B = 16.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#33DD34 (or 0x33DD34) is known color: Lime Green. HEX triplet: 33, DD and 34. RGB value is (51,221,52). Sum of RGB (Red+Green+Blue) = 51+221+52=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 221 (86.72% from 255 or 68.21% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DD34 is #CC22CB. Grayscale: #979797. Windows color (decimal): -13378252 or 3464499. OLE color: 3464499.

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

Color convert

RGB 51 221 52 -
CMYK 0.77 0 0.76 0.13
HSL 120.35º 0.71% 0.53% -
HSV(B) 120.35º 0.77% 0.87% -
XYZ 27.84 52.66 11.95 -
YUV 150.9 72.18 56.74 -
System Red Green Blue C M Y K H S L
Decimal 51 221 52 0.77 0 0.76 0.13 120.35 0.71 0.53
Hex 33 DD 34 4D 0 4C D 78 47 35
Octal 63 335 64 115 0 114 15 170 107 65
Binary 110011 11011101 110100 1001101 0 1001100 1101 1111000 1000111 110101

Color Harmonies of #33DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DD34

Black with #33DD34

Text Example


Text Example

White with #33DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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