Html Css Color HEX #40F03B Lime Green

📋 copy color: '#40F03B'

red 64 ◦ green 240 ◦ blue 59

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

Shades of Lime Green #40F03B

Tints of Lime Green #40F03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.25%

R = 17.63%
G = 66.12%
B = 16.25%

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

#40F03B (or 0x40F03B) is known color: Lime Green. HEX triplet: 40, F0 and 3B. RGB value is (64,240,59). Sum of RGB (Red+Green+Blue) = 64+240+59=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #40F03B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F03B is #BF0FC4. Grayscale: #A7A7A7. Windows color (decimal): -12521413 or 3928128. OLE color: 3928128.

HSL color Cylindrical-coordinate representation of color #40F03B: hue angle of 118.34º 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 #40F03B is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 240 59 -
CMYK 0.73 0 0.75 0.06
HSL 118.34º 0.86% 0.59% -
HSV(B) 118.34º 0.75% 0.94% -
XYZ 34.06 63.73 14.64 -
YUV 166.74 67.19 54.72 -
System Red Green Blue C M Y K H S L
Decimal 64 240 59 0.73 0 0.75 0.06 118.34 0.86 0.59
Hex 40 F0 3B 49 0 4B 6 76 56 3B
Octal 100 360 73 111 0 113 6 166 126 73
Binary 1000000 11110000 111011 1001001 0 1001011 110 1110110 1010110 111011

Color Harmonies of #40F03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F03B

Black with #40F03B

Text Example


Text Example

White with #40F03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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