Html Css Color HEX #40C840 Lime Green

📋 copy color: '#40C840'

red 64 ◦ green 200 ◦ blue 64

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

Shades of Lime Green #40C840

Tints of Lime Green #40C840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 19.51%
G = 60.98%
B = 19.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#40C840 (or 0x40C840) is known color: Lime Green. HEX triplet: 40, C8 and 40. RGB value is (64,200,64). Sum of RGB (Red+Green+Blue) = 64+200+64=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #40C840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C840 is #BF37BF. Grayscale: #909090. Windows color (decimal): -12531648 or 4245568. OLE color: 4245568.

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

Color convert

RGB 64 200 64 -
CMYK 0.68 0 0.68 0.22
HSL 120º 0.55% 0.52% -
HSV(B) 120º 0.68% 0.78% -
XYZ 23.69 42.77 11.86 -
YUV 143.83 82.94 71.06 -
System Red Green Blue C M Y K H S L
Decimal 64 200 64 0.68 0 0.68 0.22 120 0.55 0.52
Hex 40 C8 40 44 0 44 16 78 37 34
Octal 100 310 100 104 0 104 26 170 67 64
Binary 1000000 11001000 1000000 1000100 0 1000100 10110 1111000 110111 110100

Color Harmonies of #40C840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C840

Black with #40C840

Text Example


Text Example

White with #40C840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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