Html Css Color HEX #40D125 Lime Green

📋 copy color: '#40D125'

red 64 ◦ green 209 ◦ blue 37

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

Shades of Lime Green #40D125

Tints of Lime Green #40D125

RGB

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

 GREEN value IS 209 (82.03% from 255) = 67.42%

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

R = 20.65%
G = 67.42%
B = 11.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#40D125 (or 0x40D125) is known color: Lime Green. HEX triplet: 40, D1 and 25. RGB value is (64,209,37). Sum of RGB (Red+Green+Blue) = 64+209+37=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 209 (82.03% from 255 or 67.42% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 209 - color contains mainly: green. Hex color #40D125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D125 is #BF2EDA. Grayscale: #929292. Windows color (decimal): -12529371 or 2478400. OLE color: 2478400.

HSL color Cylindrical-coordinate representation of color #40D125: hue angle of 110.58º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40D125 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 209 37 -
CMYK 0.69 0 0.82 0.18
HSL 110.58º 0.7% 0.48% -
HSV(B) 110.58º 0.82% 0.82% -
XYZ 25.25 46.82 9.46 -
YUV 146.04 66.46 69.49 -
System Red Green Blue C M Y K H S L
Decimal 64 209 37 0.69 0 0.82 0.18 110.58 0.7 0.48
Hex 40 D1 25 45 0 52 12 6F 46 30
Octal 100 321 45 105 0 122 22 157 106 60
Binary 1000000 11010001 100101 1000101 0 1010010 10010 1101111 1000110 110000

Color Harmonies of #40D125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D125

Black with #40D125

Text Example


Text Example

White with #40D125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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