Html Css Color HEX #40C24A Lime Green

📋 copy color: '#40C24A'

red 64 ◦ green 194 ◦ blue 74

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

Shades of Lime Green #40C24A

Tints of Lime Green #40C24A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.43%

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

R = 19.28%
G = 58.43%
B = 22.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#40C24A (or 0x40C24A) is known color: Lime Green. HEX triplet: 40, C2 and 4A. RGB value is (64,194,74). Sum of RGB (Red+Green+Blue) = 64+194+74=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 194 (76.17% from 255 or 58.43% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 194 - color contains mainly: green. Hex color #40C24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C24A is #BF3DB5. Grayscale: #8D8D8D. Windows color (decimal): -12533174 or 4899392. OLE color: 4899392.

HSL color Cylindrical-coordinate representation of color #40C24A: hue angle of 124.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C24A is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 74 -
CMYK 0.67 0 0.62 0.24
HSL 124.62º 0.52% 0.51% -
HSV(B) 124.62º 0.67% 0.76% -
XYZ 22.64 40.17 13.04 -
YUV 141.45 89.93 72.76 -
System Red Green Blue C M Y K H S L
Decimal 64 194 74 0.67 0 0.62 0.24 124.62 0.52 0.51
Hex 40 C2 4A 43 0 3E 18 7D 34 33
Octal 100 302 112 103 0 76 30 175 64 63
Binary 1000000 11000010 1001010 1000011 0 111110 11000 1111101 110100 110011

Color Harmonies of #40C24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C24A

Black with #40C24A

Text Example


Text Example

White with #40C24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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