Html Css Color HEX #43E120 Lime Green

📋 copy color: '#43E120'

red 67 ◦ green 225 ◦ blue 32

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

Shades of Lime Green #43E120

Tints of Lime Green #43E120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 69.44%

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

R = 20.68%
G = 69.44%
B = 9.88%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#43E120 (or 0x43E120) is known color: Lime Green. HEX triplet: 43, E1 and 20. RGB value is (67,225,32). Sum of RGB (Red+Green+Blue) = 67+225+32=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 225 (88.28% from 255 or 69.44% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 225 - color contains mainly: green. Hex color #43E120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E120 is #BC1EDF. Grayscale: #9C9C9C. Windows color (decimal): -12328672 or 2154819. OLE color: 2154819.

HSL color Cylindrical-coordinate representation of color #43E120: hue angle of 109.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43E120 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 67 225 32 -
CMYK 0.70 0 0.86 0.12
HSL 109.12º 0.76% 0.5% -
HSV(B) 109.12º 0.86% 0.88% -
XYZ 29.5 55.15 10.46 -
YUV 155.76 58.15 64.69 -
System Red Green Blue C M Y K H S L
Decimal 67 225 32 0.70 0 0.86 0.12 109.12 0.76 0.5
Hex 43 E1 20 46 0 56 C 6D 4C 32
Octal 103 341 40 106 0 126 14 155 114 62
Binary 1000011 11100001 100000 1000110 0 1010110 1100 1101101 1001100 110010

Color Harmonies of #43E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43E120

Black with #43E120

Text Example


Text Example

White with #43E120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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