Html Css Color HEX #40C849 Lime Green

📋 copy color: '#40C849'

red 64 ◦ green 200 ◦ blue 73

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

Shades of Lime Green #40C849

Tints of Lime Green #40C849

RGB

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

 GREEN value IS 200 (78.52% from 255) = 59.35%

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 18.99%
G = 59.35%
B = 21.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#40C849 (or 0x40C849) is known color: Lime Green. HEX triplet: 40, C8 and 49. RGB value is (64,200,73). Sum of RGB (Red+Green+Blue) = 64+200+73=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 200 (78.52% from 255 or 59.35% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 200 - color contains mainly: green. Hex color #40C849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C849 is #BF37B6. Grayscale: #919191. Windows color (decimal): -12531639 or 4835392. OLE color: 4835392.

HSL color Cylindrical-coordinate representation of color #40C849: hue angle of 123.97º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C849 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 200 73 -
CMYK 0.68 0 0.64 0.22
HSL 123.97º 0.55% 0.52% -
HSV(B) 123.97º 0.68% 0.78% -
XYZ 23.97 42.88 13.32 -
YUV 144.86 87.44 70.33 -
System Red Green Blue C M Y K H S L
Decimal 64 200 73 0.68 0 0.64 0.22 123.97 0.55 0.52
Hex 40 C8 49 44 0 40 16 7C 37 34
Octal 100 310 111 104 0 100 26 174 67 64
Binary 1000000 11001000 1001001 1000100 0 1000000 10110 1111100 110111 110100

Color Harmonies of #40C849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C849

Black with #40C849

Text Example


Text Example

White with #40C849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,200,73); }

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

background-color css

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

 a { background-color: rgb(64,200,73); }

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

border-color css

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

 span { border-color: rgb(64,200,73); }

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