Html Css Color HEX #43BD42 Lime Green

📋 copy color: '#43BD42'

red 67 ◦ green 189 ◦ blue 66

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

Shades of Lime Green #43BD42

Tints of Lime Green #43BD42

RGB

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

 GREEN value IS 189 (74.22% from 255) = 58.7%

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 20.81%
G = 58.7%
B = 20.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#43BD42 (or 0x43BD42) is known color: Lime Green. HEX triplet: 43, BD and 42. RGB value is (67,189,66). Sum of RGB (Red+Green+Blue) = 67+189+66=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 189 (74.22% from 255 or 58.70% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 189 - color contains mainly: green. Hex color #43BD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BD42 is #BC42BD. Grayscale: #8A8A8A. Windows color (decimal): -12337854 or 4373827. OLE color: 4373827.

HSL color Cylindrical-coordinate representation of color #43BD42: hue angle of 119.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BD42 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 189 66 -
CMYK 0.65 0 0.65 0.26
HSL 119.51º 0.48% 0.5% -
HSV(B) 119.51º 0.65% 0.74% -
XYZ 21.5 37.98 11.35 -
YUV 138.5 87.08 77 -
System Red Green Blue C M Y K H S L
Decimal 67 189 66 0.65 0 0.65 0.26 119.51 0.48 0.5
Hex 43 BD 42 41 0 41 1A 78 30 32
Octal 103 275 102 101 0 101 32 170 60 62
Binary 1000011 10111101 1000010 1000001 0 1000001 11010 1111000 110000 110010

Color Harmonies of #43BD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43BD42

Black with #43BD42

Text Example


Text Example

White with #43BD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,189,66); }

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

background-color css

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

 a { background-color: rgb(67,189,66); }

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

border-color css

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

 span { border-color: rgb(67,189,66); }

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