Html Css Color HEX #43D950 Lime Green

📋 copy color: '#43D950'

red 67 ◦ green 217 ◦ blue 80

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

Shades of Lime Green #43D950

Tints of Lime Green #43D950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 59.62%

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

R = 18.41%
G = 59.62%
B = 21.98%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#43D950 (or 0x43D950) is known color: Lime Green. HEX triplet: 43, D9 and 50. RGB value is (67,217,80). Sum of RGB (Red+Green+Blue) = 67+217+80=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 217 (85.16% from 255 or 59.62% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 217 - color contains mainly: green. Hex color #43D950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D950 is #BC26AF. Grayscale: #9C9C9C. Windows color (decimal): -12330672 or 5298499. OLE color: 5298499.

HSL color Cylindrical-coordinate representation of color #43D950: hue angle of 125.2º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D950 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 67 217 80 -
CMYK 0.69 0 0.63 0.15
HSL 125.2º 0.66% 0.56% -
HSV(B) 125.2º 0.69% 0.85% -
XYZ 28.58 51.4 16 -
YUV 156.53 84.81 64.14 -
System Red Green Blue C M Y K H S L
Decimal 67 217 80 0.69 0 0.63 0.15 125.2 0.66 0.56
Hex 43 D9 50 45 0 3F F 7D 42 38
Octal 103 331 120 105 0 77 17 175 102 70
Binary 1000011 11011001 1010000 1000101 0 111111 1111 1111101 1000010 111000

Color Harmonies of #43D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43D950

Black with #43D950

Text Example


Text Example

White with #43D950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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