Html Css Color HEX #43DC2D Lime Green

📋 copy color: '#43DC2D'

red 67 ◦ green 220 ◦ blue 45

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

Shades of Lime Green #43DC2D

Tints of Lime Green #43DC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 20.18%
G = 66.27%
B = 13.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#43DC2D (or 0x43DC2D) is known color: Lime Green. HEX triplet: 43, DC and 2D. RGB value is (67,220,45). Sum of RGB (Red+Green+Blue) = 67+220+45=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #43DC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DC2D is #BC23D2. Grayscale: #9A9A9A. Windows color (decimal): -12329939 or 3005507. OLE color: 3005507.

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

Color convert

RGB 67 220 45 -
CMYK 0.70 0 0.80 0.14
HSL 112.46º 0.71% 0.52% -
HSV(B) 112.46º 0.8% 0.86% -
XYZ 28.38 52.57 11.13 -
YUV 154.3 66.31 65.73 -
System Red Green Blue C M Y K H S L
Decimal 67 220 45 0.70 0 0.80 0.14 112.46 0.71 0.52
Hex 43 DC 2D 46 0 50 E 70 47 34
Octal 103 334 55 106 0 120 16 160 107 64
Binary 1000011 11011100 101101 1000110 0 1010000 1110 1110000 1000111 110100

Color Harmonies of #43DC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DC2D

Black with #43DC2D

Text Example


Text Example

White with #43DC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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