Html Css Color HEX #40D02C Lime Green

📋 copy color: '#40D02C'

red 64 ◦ green 208 ◦ blue 44

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

Shades of Lime Green #40D02C

Tints of Lime Green #40D02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 20.25%
G = 65.82%
B = 13.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#40D02C (or 0x40D02C) is known color: Lime Green. HEX triplet: 40, D0 and 2C. RGB value is (64,208,44). Sum of RGB (Red+Green+Blue) = 64+208+44=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 208 (81.64% from 255 or 65.82% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 208 - color contains mainly: green. Hex color #40D02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D02C is #BF2FD3. Grayscale: #929292. Windows color (decimal): -12529620 or 2936896. OLE color: 2936896.

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

Color convert

RGB 64 208 44 -
CMYK 0.69 0 0.79 0.18
HSL 112.68º 0.65% 0.49% -
HSV(B) 112.68º 0.79% 0.82% -
XYZ 25.12 46.38 10.01 -
YUV 146.25 70.29 69.34 -
System Red Green Blue C M Y K H S L
Decimal 64 208 44 0.69 0 0.79 0.18 112.68 0.65 0.49
Hex 40 D0 2C 45 0 4F 12 71 41 31
Octal 100 320 54 105 0 117 22 161 101 61
Binary 1000000 11010000 101100 1000101 0 1001111 10010 1110001 1000001 110001

Color Harmonies of #40D02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D02C

Black with #40D02C

Text Example


Text Example

White with #40D02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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