Html Css Color HEX #40E825 Lime Green

📋 copy color: '#40E825'

red 64 ◦ green 232 ◦ blue 37

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

Shades of Lime Green #40E825

Tints of Lime Green #40E825

RGB

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

 GREEN value IS 232 (91.02% from 255) = 69.67%

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 19.22%
G = 69.67%
B = 11.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#40E825 (or 0x40E825) is known color: Lime Green. HEX triplet: 40, E8 and 25. RGB value is (64,232,37). Sum of RGB (Red+Green+Blue) = 64+232+37=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 232 (91.02% from 255 or 69.67% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 232 - color contains mainly: green. Hex color #40E825 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E825 is #BF17DA. Grayscale: #A0A0A0. Windows color (decimal): -12523483 or 2484288. OLE color: 2484288.

HSL color Cylindrical-coordinate representation of color #40E825: hue angle of 111.69º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40E825 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 232 37 -
CMYK 0.72 0 0.84 0.09
HSL 111.69º 0.81% 0.53% -
HSV(B) 111.69º 0.84% 0.91% -
XYZ 31.3 58.94 11.48 -
YUV 159.54 58.84 59.86 -
System Red Green Blue C M Y K H S L
Decimal 64 232 37 0.72 0 0.84 0.09 111.69 0.81 0.53
Hex 40 E8 25 48 0 54 9 70 51 35
Octal 100 350 45 110 0 124 11 160 121 65
Binary 1000000 11101000 100101 1001000 0 1010100 1001 1110000 1010001 110101

Color Harmonies of #40E825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E825

Black with #40E825

Text Example


Text Example

White with #40E825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,232,37); }

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

background-color css

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

 a { background-color: rgb(64,232,37); }

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

border-color css

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

 span { border-color: rgb(64,232,37); }

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