Html Css Color HEX #43DC2A Lime Green

📋 copy color: '#43DC2A'

red 67 ◦ green 220 ◦ blue 42

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

Shades of Lime Green #43DC2A

Tints of Lime Green #43DC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.77%

R = 20.36%
G = 66.87%
B = 12.77%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#43DC2A (or 0x43DC2A) is known color: Lime Green. HEX triplet: 43, DC and 2A. RGB value is (67,220,42). Sum of RGB (Red+Green+Blue) = 67+220+42=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #43DC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DC2A is #BC23D5. Grayscale: #9A9A9A. Windows color (decimal): -12329942 or 2808899. OLE color: 2808899.

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

Color convert

RGB 67 220 42 -
CMYK 0.70 0 0.81 0.14
HSL 111.57º 0.72% 0.51% -
HSV(B) 111.57º 0.81% 0.86% -
XYZ 28.33 52.55 10.84 -
YUV 153.96 64.81 65.97 -
System Red Green Blue C M Y K H S L
Decimal 67 220 42 0.70 0 0.81 0.14 111.57 0.72 0.51
Hex 43 DC 2A 46 0 51 E 70 48 33
Octal 103 334 52 106 0 121 16 160 110 63
Binary 1000011 11011100 101010 1000110 0 1010001 1110 1110000 1001000 110011

Color Harmonies of #43DC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DC2A

Black with #43DC2A

Text Example


Text Example

White with #43DC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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