Html Css Color HEX #40E345 Lime Green

📋 copy color: '#40E345'

red 64 ◦ green 227 ◦ blue 69

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

Shades of Lime Green #40E345

Tints of Lime Green #40E345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 17.78%
G = 63.06%
B = 19.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#40E345 (or 0x40E345) is known color: Lime Green. HEX triplet: 40, E3 and 45. RGB value is (64,227,69). Sum of RGB (Red+Green+Blue) = 64+227+69=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 227 (89.06% from 255 or 63.06% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 227 - color contains mainly: green. Hex color #40E345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E345 is #BF1CBA. Grayscale: #A0A0A0. Windows color (decimal): -12524731 or 4580160. OLE color: 4580160.

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

Color convert

RGB 64 227 69 -
CMYK 0.72 0 0.70 0.11
HSL 121.84º 0.74% 0.57% -
HSV(B) 121.84º 0.72% 0.89% -
XYZ 30.66 56.46 14.91 -
YUV 160.25 76.5 59.35 -
System Red Green Blue C M Y K H S L
Decimal 64 227 69 0.72 0 0.70 0.11 121.84 0.74 0.57
Hex 40 E3 45 48 0 46 B 7A 4A 39
Octal 100 343 105 110 0 106 13 172 112 71
Binary 1000000 11100011 1000101 1001000 0 1000110 1011 1111010 1001010 111001

Color Harmonies of #40E345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E345

Black with #40E345

Text Example


Text Example

White with #40E345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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