Html Css Color HEX #40D546 Lime Green

📋 copy color: '#40D546'

red 64 ◦ green 213 ◦ blue 70

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

Shades of Lime Green #40D546

Tints of Lime Green #40D546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.17%

R = 18.44%
G = 61.38%
B = 20.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#40D546 (or 0x40D546) is known color: Lime Green. HEX triplet: 40, D5 and 46. RGB value is (64,213,70). Sum of RGB (Red+Green+Blue) = 64+213+70=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #40D546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D546 is #BF2AB9. Grayscale: #989898. Windows color (decimal): -12528314 or 4642112. OLE color: 4642112.

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

Color convert

RGB 64 213 70 -
CMYK 0.70 0 0.67 0.16
HSL 122.42º 0.64% 0.54% -
HSV(B) 122.42º 0.7% 0.84% -
XYZ 27.01 49.12 13.85 -
YUV 152.15 81.64 65.13 -
System Red Green Blue C M Y K H S L
Decimal 64 213 70 0.70 0 0.67 0.16 122.42 0.64 0.54
Hex 40 D5 46 46 0 43 10 7A 40 36
Octal 100 325 106 106 0 103 20 172 100 66
Binary 1000000 11010101 1000110 1000110 0 1000011 10000 1111010 1000000 110110

Color Harmonies of #40D546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D546

Black with #40D546

Text Example


Text Example

White with #40D546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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