Html Css Color HEX #40DF48 Lime Green

📋 copy color: '#40DF48'

red 64 ◦ green 223 ◦ blue 72

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

Shades of Lime Green #40DF48

Tints of Lime Green #40DF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 17.83%
G = 62.12%
B = 20.06%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#40DF48 (or 0x40DF48) is known color: Lime Green. HEX triplet: 40, DF and 48. RGB value is (64,223,72). Sum of RGB (Red+Green+Blue) = 64+223+72=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 223 (87.5% from 255 or 62.12% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DF48 is #BF20B7. Grayscale: #9E9E9E. Windows color (decimal): -12525752 or 4775744. OLE color: 4775744.

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

Color convert

RGB 64 223 72 -
CMYK 0.71 0 0.68 0.13
HSL 123.02º 0.71% 0.56% -
HSV(B) 123.02º 0.71% 0.87% -
XYZ 29.67 54.33 15.05 -
YUV 158.25 79.32 60.78 -
System Red Green Blue C M Y K H S L
Decimal 64 223 72 0.71 0 0.68 0.13 123.02 0.71 0.56
Hex 40 DF 48 47 0 44 D 7B 47 38
Octal 100 337 110 107 0 104 15 173 107 70
Binary 1000000 11011111 1001000 1000111 0 1000100 1101 1111011 1000111 111000

Color Harmonies of #40DF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DF48

Black with #40DF48

Text Example


Text Example

White with #40DF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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