Html Css Color HEX #43DC34 Lime Green

📋 copy color: '#43DC34'

red 67 ◦ green 220 ◦ blue 52

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

Shades of Lime Green #43DC34

Tints of Lime Green #43DC34

RGB

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

 GREEN value IS 220 (86.33% from 255) = 64.9%

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

R = 19.76%
G = 64.9%
B = 15.34%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#43DC34 (or 0x43DC34) is known color: Lime Green. HEX triplet: 43, DC and 34. RGB value is (67,220,52). Sum of RGB (Red+Green+Blue) = 67+220+52=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #43DC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DC34 is #BC23CB. Grayscale: #9B9B9B. Windows color (decimal): -12329932 or 3464259. OLE color: 3464259.

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

Color convert

RGB 67 220 52 -
CMYK 0.70 0 0.76 0.14
HSL 114.64º 0.71% 0.53% -
HSV(B) 114.64º 0.76% 0.86% -
XYZ 28.53 52.63 11.9 -
YUV 155.1 69.81 65.16 -
System Red Green Blue C M Y K H S L
Decimal 67 220 52 0.70 0 0.76 0.14 114.64 0.71 0.53
Hex 43 DC 34 46 0 4C E 73 47 35
Octal 103 334 64 106 0 114 16 163 107 65
Binary 1000011 11011100 110100 1000110 0 1001100 1110 1110011 1000111 110101

Color Harmonies of #43DC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DC34

Black with #43DC34

Text Example


Text Example

White with #43DC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,220,52); }

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

background-color css

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

 a { background-color: rgb(67,220,52); }

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

border-color css

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

 span { border-color: rgb(67,220,52); }

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