Html Css Color HEX #40C03F Lime Green

📋 copy color: '#40C03F'

red 64 ◦ green 192 ◦ blue 63

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

Shades of Lime Green #40C03F

Tints of Lime Green #40C03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.75%

R = 20.06%
G = 60.19%
B = 19.75%

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

#40C03F (or 0x40C03F) is known color: Lime Green. HEX triplet: 40, C0 and 3F. RGB value is (64,192,63). Sum of RGB (Red+Green+Blue) = 64+192+63=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #40C03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C03F is #BF3FC0. Grayscale: #8B8B8B. Windows color (decimal): -12533697 or 4177984. OLE color: 4177984.

HSL color Cylindrical-coordinate representation of color #40C03F: hue angle of 119.53º degrees, saturation: 0.51, 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 #40C03F is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 63 -
CMYK 0.67 0 0.67 0.25
HSL 119.53º 0.51% 0.5% -
HSV(B) 119.53º 0.67% 0.75% -
XYZ 21.86 39.15 11.11 -
YUV 139.02 85.09 74.49 -
System Red Green Blue C M Y K H S L
Decimal 64 192 63 0.67 0 0.67 0.25 119.53 0.51 0.5
Hex 40 C0 3F 43 0 43 19 78 33 32
Octal 100 300 77 103 0 103 31 170 63 62
Binary 1000000 11000000 111111 1000011 0 1000011 11001 1111000 110011 110010

Color Harmonies of #40C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C03F

Black with #40C03F

Text Example


Text Example

White with #40C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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