Html Css Color HEX #40C03E Lime Green

📋 copy color: '#40C03E'

red 64 ◦ green 192 ◦ blue 62

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

Shades of Lime Green #40C03E

Tints of Lime Green #40C03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.5%

R = 20.13%
G = 60.38%
B = 19.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#40C03E (or 0x40C03E) is known color: Lime Green. HEX triplet: 40, C0 and 3E. RGB value is (64,192,62). Sum of RGB (Red+Green+Blue) = 64+192+62=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #40C03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C03E is #BF3FC1. Grayscale: #8B8B8B. Windows color (decimal): -12533698 or 4112448. OLE color: 4112448.

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

Color convert

RGB 64 192 62 -
CMYK 0.67 0 0.68 0.25
HSL 119.08º 0.51% 0.5% -
HSV(B) 119.08º 0.68% 0.75% -
XYZ 21.83 39.14 10.96 -
YUV 138.91 84.59 74.57 -
System Red Green Blue C M Y K H S L
Decimal 64 192 62 0.67 0 0.68 0.25 119.08 0.51 0.5
Hex 40 C0 3E 43 0 44 19 77 33 32
Octal 100 300 76 103 0 104 31 167 63 62
Binary 1000000 11000000 111110 1000011 0 1000100 11001 1110111 110011 110010

Color Harmonies of #40C03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C03E

Black with #40C03E

Text Example


Text Example

White with #40C03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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