Html Css Color HEX #40C143 Lime Green

📋 copy color: '#40C143'

red 64 ◦ green 193 ◦ blue 67

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

Shades of Lime Green #40C143

Tints of Lime Green #40C143

RGB

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

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

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

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

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #40C143: hue angle of 121.4º 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 #40C143 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 193 67 -
CMYK 0.67 0 0.65 0.24
HSL 121.4º 0.51% 0.5% -
HSV(B) 121.4º 0.67% 0.76% -
XYZ 22.2 39.64 11.79 -
YUV 140.07 86.76 73.75 -
System Red Green Blue C M Y K H S L
Decimal 64 193 67 0.67 0 0.65 0.24 121.4 0.51 0.5
Hex 40 C1 43 43 0 41 18 79 33 32
Octal 100 301 103 103 0 101 30 171 63 62
Binary 1000000 11000001 1000011 1000011 0 1000001 11000 1111001 110011 110010

Color Harmonies of #40C143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C143

Black with #40C143

Text Example


Text Example

White with #40C143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40C143; }

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

 H1.HeaderClassName
 {
   color: #40C143;
 }
 .AnyTagClassName
 {
   color: #40C143;
 }
</style>

background-color css

<style>
 a { background-color: #40C143; }

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

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

border-color css

<style>
 span { border-color: #40C143; }

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

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