Html Css Color HEX #40E038 Lime Green

📋 copy color: '#40E038'

red 64 ◦ green 224 ◦ blue 56

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

Shades of Lime Green #40E038

Tints of Lime Green #40E038

RGB

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

 GREEN value IS 224 (87.89% from 255) = 65.12%

 BLUE value IS 56 (22.27% from 255) = 16.28%

R = 18.6%
G = 65.12%
B = 16.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#40E038 (or 0x40E038) is known color: Lime Green. HEX triplet: 40, E0 and 38. RGB value is (64,224,56). Sum of RGB (Red+Green+Blue) = 64+224+56=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 224 (87.89% from 255 or 65.12% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 224 - color contains mainly: green. Hex color #40E038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E038 is #BF1FC7. Grayscale: #9D9D9D. Windows color (decimal): -12525512 or 3727424. OLE color: 3727424.

HSL color Cylindrical-coordinate representation of color #40E038: hue angle of 117.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40E038 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 224 56 -
CMYK 0.71 0 0.75 0.12
HSL 117.14º 0.73% 0.55% -
HSV(B) 117.14º 0.75% 0.88% -
XYZ 29.48 54.69 12.74 -
YUV 157.01 70.99 61.66 -
System Red Green Blue C M Y K H S L
Decimal 64 224 56 0.71 0 0.75 0.12 117.14 0.73 0.55
Hex 40 E0 38 47 0 4B C 75 49 37
Octal 100 340 70 107 0 113 14 165 111 67
Binary 1000000 11100000 111000 1000111 0 1001011 1100 1110101 1001001 110111

Color Harmonies of #40E038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E038

Black with #40E038

Text Example


Text Example

White with #40E038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,224,56); }

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

background-color css

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

 a { background-color: rgb(64,224,56); }

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

border-color css

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

 span { border-color: rgb(64,224,56); }

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