Html Css Color HEX #40E130 Lime Green

📋 copy color: '#40E130'

red 64 ◦ green 225 ◦ blue 48

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

Shades of Lime Green #40E130

Tints of Lime Green #40E130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 66.77%

 BLUE value IS 48 (19.14% from 255) = 14.24%

R = 18.99%
G = 66.77%
B = 14.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#40E130 (or 0x40E130) is known color: Lime Green. HEX triplet: 40, E1 and 30. RGB value is (64,225,48). Sum of RGB (Red+Green+Blue) = 64+225+48=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #40E130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E130 is #BF1ECF. Grayscale: #9D9D9D. Windows color (decimal): -12525264 or 3203392. OLE color: 3203392.

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

Color convert

RGB 64 225 48 -
CMYK 0.72 0 0.79 0.12
HSL 114.58º 0.75% 0.54% -
HSV(B) 114.58º 0.79% 0.88% -
XYZ 29.57 55.15 11.88 -
YUV 156.68 66.66 61.89 -
System Red Green Blue C M Y K H S L
Decimal 64 225 48 0.72 0 0.79 0.12 114.58 0.75 0.54
Hex 40 E1 30 48 0 4F C 73 4B 36
Octal 100 341 60 110 0 117 14 163 113 66
Binary 1000000 11100001 110000 1001000 0 1001111 1100 1110011 1001011 110110

Color Harmonies of #40E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E130

Black with #40E130

Text Example


Text Example

White with #40E130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,225,48); }

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

background-color css

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

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

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

border-color css

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

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

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