Html Css Color HEX #40F83D Lime Green

📋 copy color: '#40F83D'

red 64 ◦ green 248 ◦ blue 61

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

Shades of Lime Green #40F83D

Tints of Lime Green #40F83D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 66.49%

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

R = 17.16%
G = 66.49%
B = 16.35%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#40F83D (or 0x40F83D) is known color: Lime Green. HEX triplet: 40, F8 and 3D. RGB value is (64,248,61). Sum of RGB (Red+Green+Blue) = 64+248+61=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 248 (97.27% from 255 or 66.49% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 248 - color contains mainly: green. Hex color #40F83D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F83D is #BF07C2. Grayscale: #ACACAC. Windows color (decimal): -12519363 or 4061248. OLE color: 4061248.

HSL color Cylindrical-coordinate representation of color #40F83D: hue angle of 119.04º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40F83D is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 64 248 61 -
CMYK 0.74 0 0.75 0.03
HSL 119.04º 0.93% 0.61% -
HSV(B) 119.04º 0.75% 0.97% -
XYZ 36.52 68.56 15.72 -
YUV 171.67 65.54 51.21 -
System Red Green Blue C M Y K H S L
Decimal 64 248 61 0.74 0 0.75 0.03 119.04 0.93 0.61
Hex 40 F8 3D 4A 0 4B 3 77 5D 3D
Octal 100 370 75 112 0 113 3 167 135 75
Binary 1000000 11111000 111101 1001010 0 1001011 11 1110111 1011101 111101

Color Harmonies of #40F83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F83D

Black with #40F83D

Text Example


Text Example

White with #40F83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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