Html Css Color HEX #40C548 Lime Green

📋 copy color: '#40C548'

red 64 ◦ green 197 ◦ blue 72

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

Shades of Lime Green #40C548

Tints of Lime Green #40C548

RGB

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

 GREEN value IS 197 (77.34% from 255) = 59.16%

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 19.22%
G = 59.16%
B = 21.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#40C548 (or 0x40C548) is known color: Lime Green. HEX triplet: 40, C5 and 48. RGB value is (64,197,72). Sum of RGB (Red+Green+Blue) = 64+197+72=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #40C548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C548 is #BF3AB7. Grayscale: #8F8F8F. Windows color (decimal): -12532408 or 4769088. OLE color: 4769088.

HSL color Cylindrical-coordinate representation of color #40C548: hue angle of 123.61º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C548 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 197 72 -
CMYK 0.68 0 0.63 0.23
HSL 123.61º 0.53% 0.51% -
HSV(B) 123.61º 0.68% 0.77% -
XYZ 23.25 41.49 12.91 -
YUV 142.98 87.94 71.66 -
System Red Green Blue C M Y K H S L
Decimal 64 197 72 0.68 0 0.63 0.23 123.61 0.53 0.51
Hex 40 C5 48 44 0 3F 17 7C 35 33
Octal 100 305 110 104 0 77 27 174 65 63
Binary 1000000 11000101 1001000 1000100 0 111111 10111 1111100 110101 110011

Color Harmonies of #40C548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C548

Black with #40C548

Text Example


Text Example

White with #40C548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,197,72); }

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

background-color css

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

 a { background-color: rgb(64,197,72); }

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

border-color css

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

 span { border-color: rgb(64,197,72); }

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