Html Css Color HEX #40C24C Lime Green

📋 copy color: '#40C24C'

red 64 ◦ green 194 ◦ blue 76

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

Shades of Lime Green #40C24C

Tints of Lime Green #40C24C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 19.16%
G = 58.08%
B = 22.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#40C24C (or 0x40C24C) is known color: Lime Green. HEX triplet: 40, C2 and 4C. RGB value is (64,194,76). Sum of RGB (Red+Green+Blue) = 64+194+76=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #40C24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C24C is #BF3DB3. Grayscale: #8E8E8E. Windows color (decimal): -12533172 or 5030464. OLE color: 5030464.

HSL color Cylindrical-coordinate representation of color #40C24C: hue angle of 125.54º 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 #40C24C is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 76 -
CMYK 0.67 0 0.61 0.24
HSL 125.54º 0.52% 0.51% -
HSV(B) 125.54º 0.67% 0.76% -
XYZ 22.71 40.2 13.4 -
YUV 141.68 90.93 72.59 -
System Red Green Blue C M Y K H S L
Decimal 64 194 76 0.67 0 0.61 0.24 125.54 0.52 0.51
Hex 40 C2 4C 43 0 3D 18 7E 34 33
Octal 100 302 114 103 0 75 30 176 64 63
Binary 1000000 11000010 1001100 1000011 0 111101 11000 1111110 110100 110011

Color Harmonies of #40C24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C24C

Black with #40C24C

Text Example


Text Example

White with #40C24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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