Html Css Color HEX #40E425 Lime Green

📋 copy color: '#40E425'

red 64 ◦ green 228 ◦ blue 37

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

Shades of Lime Green #40E425

Tints of Lime Green #40E425

RGB

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

 GREEN value IS 228 (89.45% from 255) = 69.3%

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

R = 19.45%
G = 69.3%
B = 11.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#40E425 (or 0x40E425) is known color: Lime Green. HEX triplet: 40, E4 and 25. RGB value is (64,228,37). Sum of RGB (Red+Green+Blue) = 64+228+37=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 228 (89.45% from 255 or 69.30% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 228 - color contains mainly: green. Hex color #40E425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E425 is #BF1BDA. Grayscale: #9D9D9D. Windows color (decimal): -12524507 or 2483264. OLE color: 2483264.

HSL color Cylindrical-coordinate representation of color #40E425: hue angle of 111.52º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40E425 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 228 37 -
CMYK 0.72 0 0.84 0.11
HSL 111.52º 0.78% 0.52% -
HSV(B) 111.52º 0.84% 0.89% -
XYZ 30.19 56.71 11.11 -
YUV 157.19 60.17 61.53 -
System Red Green Blue C M Y K H S L
Decimal 64 228 37 0.72 0 0.84 0.11 111.52 0.78 0.52
Hex 40 E4 25 48 0 54 B 70 4E 34
Octal 100 344 45 110 0 124 13 160 116 64
Binary 1000000 11100100 100101 1001000 0 1010100 1011 1110000 1001110 110100

Color Harmonies of #40E425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E425

Black with #40E425

Text Example


Text Example

White with #40E425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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