Html Css Color HEX #40C82E Lime Green

📋 copy color: '#40C82E'

red 64 ◦ green 200 ◦ blue 46

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

Shades of Lime Green #40C82E

Tints of Lime Green #40C82E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 64.52%

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

R = 20.65%
G = 64.52%
B = 14.84%

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

#40C82E (or 0x40C82E) is known color: Lime Green. HEX triplet: 40, C8 and 2E. RGB value is (64,200,46). Sum of RGB (Red+Green+Blue) = 64+200+46=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 200 (78.52% from 255 or 64.52% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 200 - color contains mainly: green. Hex color #40C82E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C82E is #BF37D1. Grayscale: #8E8E8E. Windows color (decimal): -12531666 or 3065920. OLE color: 3065920.

HSL color Cylindrical-coordinate representation of color #40C82E: hue angle of 112.99º degrees, saturation: 0.63, 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 #40C82E is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 200 46 -
CMYK 0.68 0 0.77 0.22
HSL 112.99º 0.63% 0.48% -
HSV(B) 112.99º 0.77% 0.78% -
XYZ 23.26 42.6 9.58 -
YUV 141.78 73.94 72.52 -
System Red Green Blue C M Y K H S L
Decimal 64 200 46 0.68 0 0.77 0.22 112.99 0.63 0.48
Hex 40 C8 2E 44 0 4D 16 71 3F 30
Octal 100 310 56 104 0 115 26 161 77 60
Binary 1000000 11001000 101110 1000100 0 1001101 10110 1110001 111111 110000

Color Harmonies of #40C82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C82E

Black with #40C82E

Text Example


Text Example

White with #40C82E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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