Html Css Color HEX #40E152 Lime Green

📋 copy color: '#40E152'

red 64 ◦ green 225 ◦ blue 82

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

Shades of Lime Green #40E152

Tints of Lime Green #40E152

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.65%

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

R = 17.25%
G = 60.65%
B = 22.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#40E152 (or 0x40E152) is known color: Lime Green. HEX triplet: 40, E1 and 52. RGB value is (64,225,82). Sum of RGB (Red+Green+Blue) = 64+225+82=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 225 (88.28% from 255 or 60.65% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 225 - color contains mainly: green. Hex color #40E152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E152 is #BF1EAD. Grayscale: #A0A0A0. Windows color (decimal): -12525230 or 5431616. OLE color: 5431616.

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

Color convert

RGB 64 225 82 -
CMYK 0.72 0 0.64 0.12
HSL 126.71º 0.73% 0.57% -
HSV(B) 126.71º 0.72% 0.88% -
XYZ 30.56 55.55 17.09 -
YUV 160.56 83.66 59.13 -
System Red Green Blue C M Y K H S L
Decimal 64 225 82 0.72 0 0.64 0.12 126.71 0.73 0.57
Hex 40 E1 52 48 0 40 C 7F 49 39
Octal 100 341 122 110 0 100 14 177 111 71
Binary 1000000 11100001 1010010 1001000 0 1000000 1100 1111111 1001001 111001

Color Harmonies of #40E152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E152

Black with #40E152

Text Example


Text Example

White with #40E152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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