Html Css Color HEX #33DE20 Lime Green

📋 copy color: '#33DE20'

red 51 ◦ green 222 ◦ blue 32

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

Shades of Lime Green #33DE20

Tints of Lime Green #33DE20

RGB

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

 GREEN value IS 222 (87.11% from 255) = 72.79%

 BLUE value IS 32 (12.89% from 255) = 10.49%

R = 16.72%
G = 72.79%
B = 10.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#33DE20 (or 0x33DE20) is known color: Lime Green. HEX triplet: 33, DE and 20. RGB value is (51,222,32). Sum of RGB (Red+Green+Blue) = 51+222+32=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 222 (87.11% from 255 or 72.79% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 222 - color contains mainly: green. Hex color #33DE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DE20 is #CC21DF. Grayscale: #959595. Windows color (decimal): -13378016 or 2154035. OLE color: 2154035.

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

Color convert

RGB 51 222 32 -
CMYK 0.77 0 0.86 0.13
HSL 114º 0.75% 0.5% -
HSV(B) 114º 0.86% 0.87% -
XYZ 27.75 53.05 10.14 -
YUV 149.21 61.85 57.95 -
System Red Green Blue C M Y K H S L
Decimal 51 222 32 0.77 0 0.86 0.13 114 0.75 0.5
Hex 33 DE 20 4D 0 56 D 72 4B 32
Octal 63 336 40 115 0 126 15 162 113 62
Binary 110011 11011110 100000 1001101 0 1010110 1101 1110010 1001011 110010

Color Harmonies of #33DE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DE20

Black with #33DE20

Text Example


Text Example

White with #33DE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,222,32); }

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

background-color css

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

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

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

border-color css

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

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

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