Html Css Color HEX #40DF2F Lime Green

📋 copy color: '#40DF2F'

red 64 ◦ green 223 ◦ blue 47

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

Shades of Lime Green #40DF2F

Tints of Lime Green #40DF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 66.77%

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 19.16%
G = 66.77%
B = 14.07%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#40DF2F (or 0x40DF2F) is known color: Lime Green. HEX triplet: 40, DF and 2F. RGB value is (64,223,47). Sum of RGB (Red+Green+Blue) = 64+223+47=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 223 (87.5% from 255 or 66.77% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DF2F is #BF20D0. Grayscale: #9B9B9B. Windows color (decimal): -12525777 or 3137344. OLE color: 3137344.

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

Color convert

RGB 64 223 47 -
CMYK 0.71 0 0.79 0.13
HSL 114.2º 0.73% 0.53% -
HSV(B) 114.2º 0.79% 0.87% -
XYZ 29.02 54.07 11.6 -
YUV 155.4 66.82 62.81 -
System Red Green Blue C M Y K H S L
Decimal 64 223 47 0.71 0 0.79 0.13 114.2 0.73 0.53
Hex 40 DF 2F 47 0 4F D 72 49 35
Octal 100 337 57 107 0 117 15 162 111 65
Binary 1000000 11011111 101111 1000111 0 1001111 1101 1110010 1001001 110101

Color Harmonies of #40DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DF2F

Black with #40DF2F

Text Example


Text Example

White with #40DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,223,47); }

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

background-color css

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

 a { background-color: rgb(64,223,47); }

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

border-color css

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

 span { border-color: rgb(64,223,47); }

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