Html Css Color HEX #40C34B Lime Green

📋 copy color: '#40C34B'

red 64 ◦ green 195 ◦ blue 75

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

Shades of Lime Green #40C34B

Tints of Lime Green #40C34B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 19.16%
G = 58.38%
B = 22.46%

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

#40C34B (or 0x40C34B) is known color: Lime Green. HEX triplet: 40, C3 and 4B. RGB value is (64,195,75). Sum of RGB (Red+Green+Blue) = 64+195+75=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #40C34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C34B is #BF3CB4. Grayscale: #8E8E8E. Windows color (decimal): -12532917 or 4965184. OLE color: 4965184.

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

Color convert

RGB 64 195 75 -
CMYK 0.67 0 0.62 0.24
HSL 125.04º 0.52% 0.51% -
HSV(B) 125.04º 0.67% 0.76% -
XYZ 22.9 40.63 13.29 -
YUV 142.15 90.1 72.26 -
System Red Green Blue C M Y K H S L
Decimal 64 195 75 0.67 0 0.62 0.24 125.04 0.52 0.51
Hex 40 C3 4B 43 0 3E 18 7D 34 33
Octal 100 303 113 103 0 76 30 175 64 63
Binary 1000000 11000011 1001011 1000011 0 111110 11000 1111101 110100 110011

Color Harmonies of #40C34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C34B

Black with #40C34B

Text Example


Text Example

White with #40C34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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