Html Css Color HEX #40D54A Lime Green

📋 copy color: '#40D54A'

red 64 ◦ green 213 ◦ blue 74

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

Shades of Lime Green #40D54A

Tints of Lime Green #40D54A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.68%

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 18.23%
G = 60.68%
B = 21.08%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#40D54A (or 0x40D54A) is known color: Lime Green. HEX triplet: 40, D5 and 4A. RGB value is (64,213,74). Sum of RGB (Red+Green+Blue) = 64+213+74=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #40D54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D54A is #BF2AB5. Grayscale: #999999. Windows color (decimal): -12528310 or 4904256. OLE color: 4904256.

HSL color Cylindrical-coordinate representation of color #40D54A: hue angle of 124.03º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D54A is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 213 74 -
CMYK 0.70 0 0.65 0.16
HSL 124.03º 0.64% 0.54% -
HSV(B) 124.03º 0.7% 0.84% -
XYZ 27.14 49.17 14.54 -
YUV 152.6 83.64 64.8 -
System Red Green Blue C M Y K H S L
Decimal 64 213 74 0.70 0 0.65 0.16 124.03 0.64 0.54
Hex 40 D5 4A 46 0 41 10 7C 40 36
Octal 100 325 112 106 0 101 20 174 100 66
Binary 1000000 11010101 1001010 1000110 0 1000001 10000 1111100 1000000 110110

Color Harmonies of #40D54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D54A

Black with #40D54A

Text Example


Text Example

White with #40D54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,213,74); }

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

background-color css

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

 a { background-color: rgb(64,213,74); }

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

border-color css

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

 span { border-color: rgb(64,213,74); }

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