Html Css Color HEX #40E052 Lime Green

📋 copy color: '#40E052'

red 64 ◦ green 224 ◦ blue 82

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

Shades of Lime Green #40E052

Tints of Lime Green #40E052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.16%

R = 17.3%
G = 60.54%
B = 22.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#40E052 (or 0x40E052) is known color: Lime Green. HEX triplet: 40, E0 and 52. RGB value is (64,224,82). Sum of RGB (Red+Green+Blue) = 64+224+82=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 224 (87.89% from 255 or 60.54% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 224 - color contains mainly: green. Hex color #40E052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E052 is #BF1FAD. Grayscale: #A0A0A0. Windows color (decimal): -12525486 or 5431360. OLE color: 5431360.

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

Color convert

RGB 64 224 82 -
CMYK 0.71 0 0.63 0.12
HSL 126.75º 0.72% 0.56% -
HSV(B) 126.75º 0.71% 0.88% -
XYZ 30.29 55.01 17 -
YUV 159.97 83.99 59.55 -
System Red Green Blue C M Y K H S L
Decimal 64 224 82 0.71 0 0.63 0.12 126.75 0.72 0.56
Hex 40 E0 52 47 0 3F C 7F 48 38
Octal 100 340 122 107 0 77 14 177 110 70
Binary 1000000 11100000 1010010 1000111 0 111111 1100 1111111 1001000 111000

Color Harmonies of #40E052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E052

Black with #40E052

Text Example


Text Example

White with #40E052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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