Html Css Color HEX #40C040 Lime Green

📋 copy color: '#40C040'

red 64 ◦ green 192 ◦ blue 64

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

Shades of Lime Green #40C040

Tints of Lime Green #40C040

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60%

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

R = 20%
G = 60%
B = 20%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#40C040 (or 0x40C040) is known color: Lime Green. HEX triplet: 40, C0 and 40. RGB value is (64,192,64). Sum of RGB (Red+Green+Blue) = 64+192+64=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #40C040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C040 is #BF3FBF. Grayscale: #8B8B8B. Windows color (decimal): -12533696 or 4243520. OLE color: 4243520.

HSL color Cylindrical-coordinate representation of color #40C040: hue angle of 120º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C040 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 64 -
CMYK 0.67 0 0.67 0.25
HSL 120º 0.5% 0.5% -
HSV(B) 120º 0.67% 0.75% -
XYZ 21.89 39.16 11.26 -
YUV 139.14 85.59 74.41 -
System Red Green Blue C M Y K H S L
Decimal 64 192 64 0.67 0 0.67 0.25 120 0.5 0.5
Hex 40 C0 40 43 0 43 19 78 32 32
Octal 100 300 100 103 0 103 31 170 62 62
Binary 1000000 11000000 1000000 1000011 0 1000011 11001 1111000 110010 110010

Color Harmonies of #40C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C040

Black with #40C040

Text Example


Text Example

White with #40C040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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