Html Css Color HEX #40C04A Lime Green

📋 copy color: '#40C04A'

red 64 ◦ green 192 ◦ blue 74

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

Shades of Lime Green #40C04A

Tints of Lime Green #40C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.18%

 BLUE value IS 74 (29.3% from 255) = 22.42%

R = 19.39%
G = 58.18%
B = 22.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#40C04A (or 0x40C04A) is known color: Lime Green. HEX triplet: 40, C0 and 4A. RGB value is (64,192,74). Sum of RGB (Red+Green+Blue) = 64+192+74=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #40C04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C04A is #BF3FB5. Grayscale: #8C8C8C. Windows color (decimal): -12533686 or 4898880. OLE color: 4898880.

HSL color Cylindrical-coordinate representation of color #40C04A: hue angle of 124.69º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C04A is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 74 -
CMYK 0.67 0 0.61 0.25
HSL 124.69º 0.5% 0.5% -
HSV(B) 124.69º 0.67% 0.75% -
XYZ 22.2 39.28 12.89 -
YUV 140.28 90.59 73.59 -
System Red Green Blue C M Y K H S L
Decimal 64 192 74 0.67 0 0.61 0.25 124.69 0.5 0.5
Hex 40 C0 4A 43 0 3D 19 7D 32 32
Octal 100 300 112 103 0 75 31 175 62 62
Binary 1000000 11000000 1001010 1000011 0 111101 11001 1111101 110010 110010

Color Harmonies of #40C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C04A

Black with #40C04A

Text Example


Text Example

White with #40C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,192,74); }

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

background-color css

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

 a { background-color: rgb(64,192,74); }

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

border-color css

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

 span { border-color: rgb(64,192,74); }

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