Html Css Color HEX #40E346 Lime Green

📋 copy color: '#40E346'

red 64 ◦ green 227 ◦ blue 70

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

Shades of Lime Green #40E346

Tints of Lime Green #40E346

RGB

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

 GREEN value IS 227 (89.06% from 255) = 62.88%

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

R = 17.73%
G = 62.88%
B = 19.39%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#40E346 (or 0x40E346) is known color: Lime Green. HEX triplet: 40, E3 and 46. RGB value is (64,227,70). Sum of RGB (Red+Green+Blue) = 64+227+70=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 227 (89.06% from 255 or 62.88% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 227 - color contains mainly: green. Hex color #40E346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E346 is #BF1CB9. Grayscale: #A0A0A0. Windows color (decimal): -12524730 or 4645696. OLE color: 4645696.

HSL color Cylindrical-coordinate representation of color #40E346: hue angle of 122.21º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E346 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 227 70 -
CMYK 0.72 0 0.69 0.11
HSL 122.21º 0.74% 0.57% -
HSV(B) 122.21º 0.72% 0.89% -
XYZ 30.69 56.47 15.08 -
YUV 160.37 77 59.27 -
System Red Green Blue C M Y K H S L
Decimal 64 227 70 0.72 0 0.69 0.11 122.21 0.74 0.57
Hex 40 E3 46 48 0 45 B 7A 4A 39
Octal 100 343 106 110 0 105 13 172 112 71
Binary 1000000 11100011 1000110 1001000 0 1000101 1011 1111010 1001010 111001

Color Harmonies of #40E346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E346

Black with #40E346

Text Example


Text Example

White with #40E346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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