Html Css Color HEX #40FF3E Lime Green

📋 copy color: '#40FF3E'

red 64 ◦ green 255 ◦ blue 62

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

Shades of Lime Green #40FF3E

Tints of Lime Green #40FF3E

RGB

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

 GREEN value IS 255 (100% from 255) = 66.93%

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

R = 16.8%
G = 66.93%
B = 16.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#40FF3E (or 0x40FF3E) is known color: Lime Green. HEX triplet: 40, FF and 3E. RGB value is (64,255,62). Sum of RGB (Red+Green+Blue) = 64+255+62=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FF3E is #BF00C1. Grayscale: #B0B0B0. Windows color (decimal): -12517570 or 4128576. OLE color: 4128576.

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

Color convert

RGB 64 255 62 -
CMYK 0.75 0 0.76 0
HSL 119.38º 1% 0.62% -
HSV(B) 119.38º 0.76% 1% -
XYZ 38.74 72.96 16.6 -
YUV 175.89 63.72 48.19 -
System Red Green Blue C M Y K H S L
Decimal 64 255 62 0.75 0 0.76 0 119.38 1 0.62
Hex 40 FF 3E 4B 0 4C 0 77 64 3E
Octal 100 377 76 113 0 114 0 167 144 76
Binary 1000000 11111111 111110 1001011 0 1001100 0 1110111 1100100 111110

Color Harmonies of #40FF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FF3E

Black with #40FF3E

Text Example


Text Example

White with #40FF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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