Html Css Color HEX #43C140 Lime Green

📋 copy color: '#43C140'

red 67 ◦ green 193 ◦ blue 64

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

Shades of Lime Green #43C140

Tints of Lime Green #43C140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.57%

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 20.68%
G = 59.57%
B = 19.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#43C140 (or 0x43C140) is known color: Lime Green. HEX triplet: 43, C1 and 40. RGB value is (67,193,64). Sum of RGB (Red+Green+Blue) = 67+193+64=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #43C140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C140 is #BC3EBF. Grayscale: #8D8D8D. Windows color (decimal): -12336832 or 4243779. OLE color: 4243779.

HSL color Cylindrical-coordinate representation of color #43C140: hue angle of 118.6º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43C140 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 67 193 64 -
CMYK 0.65 0 0.67 0.24
HSL 118.6º 0.51% 0.5% -
HSV(B) 118.6º 0.67% 0.76% -
XYZ 22.31 39.7 11.34 -
YUV 140.62 84.76 75.49 -
System Red Green Blue C M Y K H S L
Decimal 67 193 64 0.65 0 0.67 0.24 118.6 0.51 0.5
Hex 43 C1 40 41 0 43 18 77 33 32
Octal 103 301 100 101 0 103 30 167 63 62
Binary 1000011 11000001 1000000 1000001 0 1000011 11000 1110111 110011 110010

Color Harmonies of #43C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43C140

Black with #43C140

Text Example


Text Example

White with #43C140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,193,64); }

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

background-color css

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

 a { background-color: rgb(67,193,64); }

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

border-color css

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

 span { border-color: rgb(67,193,64); }

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