Html Css Color HEX #40E950 Lime Green

📋 copy color: '#40E950'

red 64 ◦ green 233 ◦ blue 80

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

Shades of Lime Green #40E950

Tints of Lime Green #40E950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.22%

R = 16.98%
G = 61.8%
B = 21.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#40E950 (or 0x40E950) is known color: Lime Green. HEX triplet: 40, E9 and 50. RGB value is (64,233,80). Sum of RGB (Red+Green+Blue) = 64+233+80=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 233 (91.41% from 255 or 61.80% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 233 - color contains mainly: green. Hex color #40E950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E950 is #BF16AF. Grayscale: #A5A5A5. Windows color (decimal): -12523184 or 5302592. OLE color: 5302592.

HSL color Cylindrical-coordinate representation of color #40E950: hue angle of 125.68º 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 #40E950 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 233 80 -
CMYK 0.73 0 0.66 0.09
HSL 125.68º 0.79% 0.58% -
HSV(B) 125.68º 0.73% 0.91% -
XYZ 32.7 59.95 17.44 -
YUV 165.03 80.01 55.94 -
System Red Green Blue C M Y K H S L
Decimal 64 233 80 0.73 0 0.66 0.09 125.68 0.79 0.58
Hex 40 E9 50 49 0 42 9 7E 4F 3A
Octal 100 351 120 111 0 102 11 176 117 72
Binary 1000000 11101001 1010000 1001001 0 1000010 1001 1111110 1001111 111010

Color Harmonies of #40E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E950

Black with #40E950

Text Example


Text Example

White with #40E950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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