Html Css Color HEX #40E025 Lime Green

📋 copy color: '#40E025'

red 64 ◦ green 224 ◦ blue 37

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

Shades of Lime Green #40E025

Tints of Lime Green #40E025

RGB

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

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

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

R = 19.69%
G = 68.92%
B = 11.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#40E025 (or 0x40E025) is known color: Lime Green. HEX triplet: 40, E0 and 25. RGB value is (64,224,37). Sum of RGB (Red+Green+Blue) = 64+224+37=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 224 (87.89% from 255 or 68.92% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 224 - color contains mainly: green. Hex color #40E025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E025 is #BF1FDA. Grayscale: #9B9B9B. Windows color (decimal): -12525531 or 2482240. OLE color: 2482240.

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

Color convert

RGB 64 224 37 -
CMYK 0.71 0 0.83 0.12
HSL 111.34º 0.75% 0.51% -
HSV(B) 111.34º 0.83% 0.88% -
XYZ 29.1 54.53 10.74 -
YUV 154.84 61.49 63.21 -
System Red Green Blue C M Y K H S L
Decimal 64 224 37 0.71 0 0.83 0.12 111.34 0.75 0.51
Hex 40 E0 25 47 0 53 C 6F 4B 33
Octal 100 340 45 107 0 123 14 157 113 63
Binary 1000000 11100000 100101 1000111 0 1010011 1100 1101111 1001011 110011

Color Harmonies of #40E025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E025

Black with #40E025

Text Example


Text Example

White with #40E025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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