Html Css Color HEX #40F147 Lime Green

📋 copy color: '#40F147'

red 64 ◦ green 241 ◦ blue 71

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

Shades of Lime Green #40F147

Tints of Lime Green #40F147

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.1%

 BLUE value IS 71 (28.13% from 255) = 18.88%

R = 17.02%
G = 64.1%
B = 18.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#40F147 (or 0x40F147) is known color: Lime Green. HEX triplet: 40, F1 and 47. RGB value is (64,241,71). Sum of RGB (Red+Green+Blue) = 64+241+71=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #40F147 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F147 is #BF0EB8. Grayscale: #A9A9A9. Windows color (decimal): -12521145 or 4714816. OLE color: 4714816.

HSL color Cylindrical-coordinate representation of color #40F147: hue angle of 122.37º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F147 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 241 71 -
CMYK 0.73 0 0.71 0.05
HSL 122.37º 0.86% 0.6% -
HSV(B) 122.37º 0.73% 0.95% -
XYZ 34.71 64.46 16.57 -
YUV 168.7 72.86 53.32 -
System Red Green Blue C M Y K H S L
Decimal 64 241 71 0.73 0 0.71 0.05 122.37 0.86 0.6
Hex 40 F1 47 49 0 47 5 7A 56 3C
Octal 100 361 107 111 0 107 5 172 126 74
Binary 1000000 11110001 1000111 1001001 0 1000111 101 1111010 1010110 111100

Color Harmonies of #40F147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F147

Black with #40F147

Text Example


Text Example

White with #40F147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,241,71); }

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

background-color css

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

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

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

border-color css

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

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

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