Html Css Color HEX #40FD3F Lime Green

📋 copy color: '#40FD3F'

red 64 ◦ green 253 ◦ blue 63

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

Shades of Lime Green #40FD3F

Tints of Lime Green #40FD3F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 66.58%

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

R = 16.84%
G = 66.58%
B = 16.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#40FD3F (or 0x40FD3F) is known color: Lime Green. HEX triplet: 40, FD and 3F. RGB value is (64,253,63). Sum of RGB (Red+Green+Blue) = 64+253+63=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 253 (99.22% from 255 or 66.58% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 253 - color contains mainly: green. Hex color #40FD3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FD3F is #BF02C0. Grayscale: #AFAFAF. Windows color (decimal): -12518081 or 4193600. OLE color: 4193600.

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

Color convert

RGB 64 253 63 -
CMYK 0.75 0 0.75 0.01
HSL 119.68º 0.98% 0.62% -
HSV(B) 119.68º 0.75% 0.99% -
XYZ 38.14 71.7 16.53 -
YUV 174.83 64.88 48.95 -
System Red Green Blue C M Y K H S L
Decimal 64 253 63 0.75 0 0.75 0.01 119.68 0.98 0.62
Hex 40 FD 3F 4B 0 4B 1 78 62 3E
Octal 100 375 77 113 0 113 1 170 142 76
Binary 1000000 11111101 111111 1001011 0 1001011 1 1111000 1100010 111110

Color Harmonies of #40FD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FD3F

Black with #40FD3F

Text Example


Text Example

White with #40FD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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