Html Css Color HEX #40E940 Lime Green

📋 copy color: '#40E940'

red 64 ◦ green 233 ◦ blue 64

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

Shades of Lime Green #40E940

Tints of Lime Green #40E940

RGB

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

 GREEN value IS 233 (91.41% from 255) = 64.54%

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 17.73%
G = 64.54%
B = 17.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#40E940 (or 0x40E940) is known color: Lime Green. HEX triplet: 40, E9 and 40. RGB value is (64,233,64). Sum of RGB (Red+Green+Blue) = 64+233+64=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 233 (91.41% from 255 or 64.54% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 233 - color contains mainly: green. Hex color #40E940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E940 is #BF16BF. Grayscale: #A3A3A3. Windows color (decimal): -12523200 or 4254016. OLE color: 4254016.

HSL color Cylindrical-coordinate representation of color #40E940: hue angle of 120º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E940 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 233 64 -
CMYK 0.73 0 0.73 0.09
HSL 120º 0.79% 0.58% -
HSV(B) 120º 0.73% 0.91% -
XYZ 32.18 59.74 14.69 -
YUV 163.2 72.01 57.24 -
System Red Green Blue C M Y K H S L
Decimal 64 233 64 0.73 0 0.73 0.09 120 0.79 0.58
Hex 40 E9 40 49 0 49 9 78 4F 3A
Octal 100 351 100 111 0 111 11 170 117 72
Binary 1000000 11101001 1000000 1001001 0 1001001 1001 1111000 1001111 111010

Color Harmonies of #40E940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E940

Black with #40E940

Text Example


Text Example

White with #40E940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,233,64); }

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

background-color css

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

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

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

border-color css

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

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

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