Html Css Color HEX #40F03D Lime Green

📋 copy color: '#40F03D'

red 64 ◦ green 240 ◦ blue 61

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

Shades of Lime Green #40F03D

Tints of Lime Green #40F03D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.75%

 BLUE value IS 61 (24.22% from 255) = 16.71%

R = 17.53%
G = 65.75%
B = 16.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#40F03D (or 0x40F03D) is known color: Lime Green. HEX triplet: 40, F0 and 3D. RGB value is (64,240,61). Sum of RGB (Red+Green+Blue) = 64+240+61=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #40F03D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F03D is #BF0FC2. Grayscale: #A7A7A7. Windows color (decimal): -12521411 or 4059200. OLE color: 4059200.

HSL color Cylindrical-coordinate representation of color #40F03D: hue angle of 118.99º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40F03D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 240 61 -
CMYK 0.73 0 0.75 0.06
HSL 118.99º 0.86% 0.59% -
HSV(B) 118.99º 0.75% 0.94% -
XYZ 34.12 63.75 14.92 -
YUV 166.97 68.19 54.55 -
System Red Green Blue C M Y K H S L
Decimal 64 240 61 0.73 0 0.75 0.06 118.99 0.86 0.59
Hex 40 F0 3D 49 0 4B 6 77 56 3B
Octal 100 360 75 111 0 113 6 167 126 73
Binary 1000000 11110000 111101 1001001 0 1001011 110 1110111 1010110 111011

Color Harmonies of #40F03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F03D

Black with #40F03D

Text Example


Text Example

White with #40F03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,240,61); }

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

background-color css

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

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

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

border-color css

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

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

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