Html Css Color HEX #40C72E Lime Green

📋 copy color: '#40C72E'

red 64 ◦ green 199 ◦ blue 46

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

Shades of Lime Green #40C72E

Tints of Lime Green #40C72E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 64.4%

 BLUE value IS 46 (18.36% from 255) = 14.89%

R = 20.71%
G = 64.4%
B = 14.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#40C72E (or 0x40C72E) is known color: Lime Green. HEX triplet: 40, C7 and 2E. RGB value is (64,199,46). Sum of RGB (Red+Green+Blue) = 64+199+46=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 199 (78.12% from 255 or 64.40% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 199 - color contains mainly: green. Hex color #40C72E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C72E is #BF38D1. Grayscale: #8D8D8D. Windows color (decimal): -12531922 or 3065664. OLE color: 3065664.

HSL color Cylindrical-coordinate representation of color #40C72E: hue angle of 112.94º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40C72E is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 199 46 -
CMYK 0.68 0 0.77 0.22
HSL 112.94º 0.62% 0.48% -
HSV(B) 112.94º 0.77% 0.78% -
XYZ 23.03 42.13 9.5 -
YUV 141.19 74.27 72.94 -
System Red Green Blue C M Y K H S L
Decimal 64 199 46 0.68 0 0.77 0.22 112.94 0.62 0.48
Hex 40 C7 2E 44 0 4D 16 71 3E 30
Octal 100 307 56 104 0 115 26 161 76 60
Binary 1000000 11000111 101110 1000100 0 1001101 10110 1110001 111110 110000

Color Harmonies of #40C72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C72E

Black with #40C72E

Text Example


Text Example

White with #40C72E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,199,46); }

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

background-color css

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

 a { background-color: rgb(64,199,46); }

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

border-color css

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

 span { border-color: rgb(64,199,46); }

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