Html Css Color HEX #40D053 Lime Green

📋 copy color: '#40D053'

red 64 ◦ green 208 ◦ blue 83

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

Shades of Lime Green #40D053

Tints of Lime Green #40D053

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.59%

 BLUE value IS 83 (32.81% from 255) = 23.38%

R = 18.03%
G = 58.59%
B = 23.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#40D053 (or 0x40D053) is known color: Lime Green. HEX triplet: 40, D0 and 53. RGB value is (64,208,83). Sum of RGB (Red+Green+Blue) = 64+208+83=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #40D053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D053 is #BF2FAC. Grayscale: #979797. Windows color (decimal): -12529581 or 5492800. OLE color: 5492800.

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

Color convert

RGB 64 208 83 -
CMYK 0.69 0 0.60 0.18
HSL 127.92º 0.61% 0.53% -
HSV(B) 127.92º 0.69% 0.82% -
XYZ 26.23 46.83 15.84 -
YUV 150.69 89.79 66.16 -
System Red Green Blue C M Y K H S L
Decimal 64 208 83 0.69 0 0.60 0.18 127.92 0.61 0.53
Hex 40 D0 53 45 0 3C 12 80 3D 35
Octal 100 320 123 105 0 74 22 200 75 65
Binary 1000000 11010000 1010011 1000101 0 111100 10010 10000000 111101 110101

Color Harmonies of #40D053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D053

Black with #40D053

Text Example


Text Example

White with #40D053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,208,83); }

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

background-color css

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

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

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

border-color css

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

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

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