Html Css Color HEX #40F03F Lime Green

📋 copy color: '#40F03F'

red 64 ◦ green 240 ◦ blue 63

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

Shades of Lime Green #40F03F

Tints of Lime Green #40F03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.17%

R = 17.44%
G = 65.4%
B = 17.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#40F03F (or 0x40F03F) is known color: Lime Green. HEX triplet: 40, F0 and 3F. RGB value is (64,240,63). Sum of RGB (Red+Green+Blue) = 64+240+63=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 240 (94.14% from 255 or 65.40% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 240 - color contains mainly: green. Hex color #40F03F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F03F is #BF0FC0. Grayscale: #A7A7A7. Windows color (decimal): -12521409 or 4190272. OLE color: 4190272.

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

Color convert

RGB 64 240 63 -
CMYK 0.73 0 0.74 0.06
HSL 119.66º 0.86% 0.59% -
HSV(B) 119.66º 0.74% 0.94% -
XYZ 34.17 63.77 15.21 -
YUV 167.2 69.19 54.39 -
System Red Green Blue C M Y K H S L
Decimal 64 240 63 0.73 0 0.74 0.06 119.66 0.86 0.59
Hex 40 F0 3F 49 0 4A 6 78 56 3B
Octal 100 360 77 111 0 112 6 170 126 73
Binary 1000000 11110000 111111 1001001 0 1001010 110 1111000 1010110 111011

Color Harmonies of #40F03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F03F

Black with #40F03F

Text Example


Text Example

White with #40F03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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