Html Css Color HEX #43DD20 Lime Green

📋 copy color: '#43DD20'

red 67 ◦ green 221 ◦ blue 32

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

Shades of Lime Green #43DD20

Tints of Lime Green #43DD20

RGB

 RED value IS 67 (26.56% from 255) = 20.94%

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

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

R = 20.94%
G = 69.06%
B = 10%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#43DD20 (or 0x43DD20) is known color: Lime Green. HEX triplet: 43, DD and 20. RGB value is (67,221,32). Sum of RGB (Red+Green+Blue) = 67+221+32=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 221 (86.72% from 255 or 69.06% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 221 - color contains mainly: green. Hex color #43DD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DD20 is #BC22DF. Grayscale: #9A9A9A. Windows color (decimal): -12329696 or 2153795. OLE color: 2153795.

HSL color Cylindrical-coordinate representation of color #43DD20: hue angle of 108.89º 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 #43DD20 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 67 221 32 -
CMYK 0.70 0 0.86 0.13
HSL 108.89º 0.75% 0.5% -
HSV(B) 108.89º 0.86% 0.87% -
XYZ 28.43 53.01 10.1 -
YUV 153.41 59.48 66.37 -
System Red Green Blue C M Y K H S L
Decimal 67 221 32 0.70 0 0.86 0.13 108.89 0.75 0.5
Hex 43 DD 20 46 0 56 D 6D 4B 32
Octal 103 335 40 106 0 126 15 155 113 62
Binary 1000011 11011101 100000 1000110 0 1010110 1101 1101101 1001011 110010

Color Harmonies of #43DD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DD20

Black with #43DD20

Text Example


Text Example

White with #43DD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43DD20; }

 p { color: rgb(67,221,32); }

 H1.HeaderClassName
 {
   color: #43DD20;
 }
 .AnyTagClassName
 {
   color: #43DD20;
 }
</style>

background-color css

<style>
 a { background-color: #43DD20; }

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

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

border-color css

<style>
 span { border-color: #43DD20; }

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

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