Html Css Color HEX #40C145 Lime Green

📋 copy color: '#40C145'

red 64 ◦ green 193 ◦ blue 69

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

Shades of Lime Green #40C145

Tints of Lime Green #40C145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 19.63%
G = 59.2%
B = 21.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#40C145 (or 0x40C145) is known color: Lime Green. HEX triplet: 40, C1 and 45. RGB value is (64,193,69). Sum of RGB (Red+Green+Blue) = 64+193+69=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #40C145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C145 is #BF3EBA. Grayscale: #8C8C8C. Windows color (decimal): -12533435 or 4571456. OLE color: 4571456.

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

Color convert

RGB 64 193 69 -
CMYK 0.67 0 0.64 0.24
HSL 122.33º 0.51% 0.5% -
HSV(B) 122.33º 0.67% 0.76% -
XYZ 22.26 39.66 12.11 -
YUV 140.29 87.76 73.58 -
System Red Green Blue C M Y K H S L
Decimal 64 193 69 0.67 0 0.64 0.24 122.33 0.51 0.5
Hex 40 C1 45 43 0 40 18 7A 33 32
Octal 100 301 105 103 0 100 30 172 63 62
Binary 1000000 11000001 1000101 1000011 0 1000000 11000 1111010 110011 110010

Color Harmonies of #40C145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C145

Black with #40C145

Text Example


Text Example

White with #40C145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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