Html Css Color HEX #40C149 Lime Green

📋 copy color: '#40C149'

red 64 ◦ green 193 ◦ blue 73

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

Shades of Lime Green #40C149

Tints of Lime Green #40C149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 19.39%
G = 58.48%
B = 22.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#40C149 (or 0x40C149) is known color: Lime Green. HEX triplet: 40, C1 and 49. RGB value is (64,193,73). Sum of RGB (Red+Green+Blue) = 64+193+73=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #40C149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C149 is #BF3EB6. Grayscale: #8D8D8D. Windows color (decimal): -12533431 or 4833600. OLE color: 4833600.

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

Color convert

RGB 64 193 73 -
CMYK 0.67 0 0.62 0.24
HSL 124.19º 0.51% 0.5% -
HSV(B) 124.19º 0.67% 0.76% -
XYZ 22.39 39.71 12.79 -
YUV 140.75 89.76 73.26 -
System Red Green Blue C M Y K H S L
Decimal 64 193 73 0.67 0 0.62 0.24 124.19 0.51 0.5
Hex 40 C1 49 43 0 3E 18 7C 33 32
Octal 100 301 111 103 0 76 30 174 63 62
Binary 1000000 11000001 1001001 1000011 0 111110 11000 1111100 110011 110010

Color Harmonies of #40C149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C149

Black with #40C149

Text Example


Text Example

White with #40C149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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