Html Css Color HEX #43C640 Lime Green

📋 copy color: '#43C640'

red 67 ◦ green 198 ◦ blue 64

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

Shades of Lime Green #43C640

Tints of Lime Green #43C640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 60.18%

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

R = 20.36%
G = 60.18%
B = 19.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#43C640 (or 0x43C640) is known color: Lime Green. HEX triplet: 43, C6 and 40. RGB value is (67,198,64). Sum of RGB (Red+Green+Blue) = 67+198+64=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 198 (77.73% from 255 or 60.18% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 198 - color contains mainly: green. Hex color #43C640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C640 is #BC39BF. Grayscale: #8F8F8F. Windows color (decimal): -12335552 or 4245059. OLE color: 4245059.

HSL color Cylindrical-coordinate representation of color #43C640: hue angle of 118.66º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43C640 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 67 198 64 -
CMYK 0.66 0 0.68 0.22
HSL 118.66º 0.54% 0.51% -
HSV(B) 118.66º 0.68% 0.78% -
XYZ 23.43 41.95 11.71 -
YUV 143.56 83.1 73.4 -
System Red Green Blue C M Y K H S L
Decimal 67 198 64 0.66 0 0.68 0.22 118.66 0.54 0.51
Hex 43 C6 40 42 0 44 16 77 36 33
Octal 103 306 100 102 0 104 26 167 66 63
Binary 1000011 11000110 1000000 1000010 0 1000100 10110 1110111 110110 110011

Color Harmonies of #43C640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43C640

Black with #43C640

Text Example


Text Example

White with #43C640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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