Html Css Color HEX #40EC25 Lime Green

📋 copy color: '#40EC25'

red 64 ◦ green 236 ◦ blue 37

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

Shades of Lime Green #40EC25

Tints of Lime Green #40EC25

RGB

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

 GREEN value IS 236 (92.58% from 255) = 70.03%

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

R = 18.99%
G = 70.03%
B = 10.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#40EC25 (or 0x40EC25) is known color: Lime Green. HEX triplet: 40, EC and 25. RGB value is (64,236,37). Sum of RGB (Red+Green+Blue) = 64+236+37=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 236 (92.58% from 255 or 70.03% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 236 - color contains mainly: green. Hex color #40EC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EC25 is #BF13DA. Grayscale: #A2A2A2. Windows color (decimal): -12522459 or 2485312. OLE color: 2485312.

HSL color Cylindrical-coordinate representation of color #40EC25: hue angle of 111.86º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40EC25 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 236 37 -
CMYK 0.73 0 0.84 0.07
HSL 111.86º 0.84% 0.54% -
HSV(B) 111.86º 0.84% 0.93% -
XYZ 32.44 61.21 11.86 -
YUV 161.89 57.52 58.18 -
System Red Green Blue C M Y K H S L
Decimal 64 236 37 0.73 0 0.84 0.07 111.86 0.84 0.54
Hex 40 EC 25 49 0 54 7 70 54 36
Octal 100 354 45 111 0 124 7 160 124 66
Binary 1000000 11101100 100101 1001001 0 1010100 111 1110000 1010100 110110

Color Harmonies of #40EC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EC25

Black with #40EC25

Text Example


Text Example

White with #40EC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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