Html Css Color HEX #40C84F Lime Green

📋 copy color: '#40C84F'

red 64 ◦ green 200 ◦ blue 79

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

Shades of Lime Green #40C84F

Tints of Lime Green #40C84F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 18.66%
G = 58.31%
B = 23.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#40C84F (or 0x40C84F) is known color: Lime Green. HEX triplet: 40, C8 and 4F. RGB value is (64,200,79). Sum of RGB (Red+Green+Blue) = 64+200+79=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #40C84F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C84F is #BF37B0. Grayscale: #919191. Windows color (decimal): -12531633 or 5228608. OLE color: 5228608.

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

Color convert

RGB 64 200 79 -
CMYK 0.68 0 0.60 0.22
HSL 126.62º 0.55% 0.52% -
HSV(B) 126.62º 0.68% 0.78% -
XYZ 24.18 42.96 14.42 -
YUV 145.54 90.44 69.84 -
System Red Green Blue C M Y K H S L
Decimal 64 200 79 0.68 0 0.60 0.22 126.62 0.55 0.52
Hex 40 C8 4F 44 0 3C 16 7F 37 34
Octal 100 310 117 104 0 74 26 177 67 64
Binary 1000000 11001000 1001111 1000100 0 111100 10110 1111111 110111 110100

Color Harmonies of #40C84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C84F

Black with #40C84F

Text Example


Text Example

White with #40C84F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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