Html Css Color HEX #40DE1F Lime Green

📋 copy color: '#40DE1F'

red 64 ◦ green 222 ◦ blue 31

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

Shades of Lime Green #40DE1F

Tints of Lime Green #40DE1F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 70.03%

 BLUE value IS 31 (12.5% from 255) = 9.78%

R = 20.19%
G = 70.03%
B = 9.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#40DE1F (or 0x40DE1F) is known color: Lime Green. HEX triplet: 40, DE and 1F. RGB value is (64,222,31). Sum of RGB (Red+Green+Blue) = 64+222+31=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 222 (87.11% from 255 or 70.03% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 222 - color contains mainly: green. Hex color #40DE1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DE1F is #BF21E0. Grayscale: #999999. Windows color (decimal): -12526049 or 2088512. OLE color: 2088512.

HSL color Cylindrical-coordinate representation of color #40DE1F: hue angle of 109.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40DE1F is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 222 31 -
CMYK 0.71 0 0.86 0.13
HSL 109.63º 0.75% 0.5% -
HSV(B) 109.63º 0.86% 0.87% -
XYZ 28.48 53.43 10.11 -
YUV 152.98 59.15 64.53 -
System Red Green Blue C M Y K H S L
Decimal 64 222 31 0.71 0 0.86 0.13 109.63 0.75 0.5
Hex 40 DE 1F 47 0 56 D 6E 4B 32
Octal 100 336 37 107 0 126 15 156 113 62
Binary 1000000 11011110 11111 1000111 0 1010110 1101 1101110 1001011 110010

Color Harmonies of #40DE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DE1F

Black with #40DE1F

Text Example


Text Example

White with #40DE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,222,31); }

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

background-color css

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

 a { background-color: rgb(64,222,31); }

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

border-color css

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

 span { border-color: rgb(64,222,31); }

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