Html Css Color HEX #40C34E Lime Green

📋 copy color: '#40C34E'

red 64 ◦ green 195 ◦ blue 78

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

Shades of Lime Green #40C34E

Tints of Lime Green #40C34E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.86%

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 18.99%
G = 57.86%
B = 23.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#40C34E (or 0x40C34E) is known color: Lime Green. HEX triplet: 40, C3 and 4E. RGB value is (64,195,78). Sum of RGB (Red+Green+Blue) = 64+195+78=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #40C34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C34E is #BF3CB1. Grayscale: #8E8E8E. Windows color (decimal): -12532914 or 5161792. OLE color: 5161792.

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

Color convert

RGB 64 195 78 -
CMYK 0.67 0 0.6 0.24
HSL 126.41º 0.52% 0.51% -
HSV(B) 126.41º 0.67% 0.76% -
XYZ 23 40.67 13.85 -
YUV 142.49 91.6 72.01 -
System Red Green Blue C M Y K H S L
Decimal 64 195 78 0.67 0 0.6 0.24 126.41 0.52 0.51
Hex 40 C3 4E 43 0 3C 18 7E 34 33
Octal 100 303 116 103 0 74 30 176 64 63
Binary 1000000 11000011 1001110 1000011 0 111100 11000 1111110 110100 110011

Color Harmonies of #40C34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C34E

Black with #40C34E

Text Example


Text Example

White with #40C34E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,195,78); }

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

background-color css

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

 a { background-color: rgb(64,195,78); }

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

border-color css

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

 span { border-color: rgb(64,195,78); }

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