Html Css Color HEX #43D650 Lime Green

📋 copy color: '#43D650'

red 67 ◦ green 214 ◦ blue 80

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

Shades of Lime Green #43D650

Tints of Lime Green #43D650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.28%

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 18.56%
G = 59.28%
B = 22.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#43D650 (or 0x43D650) is known color: Lime Green. HEX triplet: 43, D6 and 50. RGB value is (67,214,80). Sum of RGB (Red+Green+Blue) = 67+214+80=361 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.56% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #43D650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D650 is #BC29AF. Grayscale: #9B9B9B. Windows color (decimal): -12331440 or 5297731. OLE color: 5297731.

HSL color Cylindrical-coordinate representation of color #43D650: hue angle of 125.31º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D650 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 67 214 80 -
CMYK 0.69 0 0.63 0.16
HSL 125.31º 0.64% 0.55% -
HSV(B) 125.31º 0.69% 0.84% -
XYZ 27.81 49.87 15.75 -
YUV 154.77 85.8 65.4 -
System Red Green Blue C M Y K H S L
Decimal 67 214 80 0.69 0 0.63 0.16 125.31 0.64 0.55
Hex 43 D6 50 45 0 3F 10 7D 40 37
Octal 103 326 120 105 0 77 20 175 100 67
Binary 1000011 11010110 1010000 1000101 0 111111 10000 1111101 1000000 110111

Color Harmonies of #43D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43D650

Black with #43D650

Text Example


Text Example

White with #43D650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,214,80); }

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

background-color css

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

 a { background-color: rgb(67,214,80); }

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

border-color css

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

 span { border-color: rgb(67,214,80); }

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