Html Css Color HEX #40C528 Lime Green

📋 copy color: '#40C528'

red 64 ◦ green 197 ◦ blue 40

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

Shades of Lime Green #40C528

Tints of Lime Green #40C528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 21.26%
G = 65.45%
B = 13.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#40C528 (or 0x40C528) is known color: Lime Green. HEX triplet: 40, C5 and 28. RGB value is (64,197,40). Sum of RGB (Red+Green+Blue) = 64+197+40=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #40C528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C528 is #BF3AD7. Grayscale: #8B8B8B. Windows color (decimal): -12532440 or 2671936. OLE color: 2671936.

HSL color Cylindrical-coordinate representation of color #40C528: hue angle of 110.83º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40C528 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 197 40 -
CMYK 0.68 0 0.80 0.23
HSL 110.83º 0.66% 0.46% -
HSV(B) 110.83º 0.8% 0.77% -
XYZ 22.46 41.18 8.77 -
YUV 139.34 71.94 74.27 -
System Red Green Blue C M Y K H S L
Decimal 64 197 40 0.68 0 0.80 0.23 110.83 0.66 0.46
Hex 40 C5 28 44 0 50 17 6F 42 2E
Octal 100 305 50 104 0 120 27 157 102 56
Binary 1000000 11000101 101000 1000100 0 1010000 10111 1101111 1000010 101110

Color Harmonies of #40C528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C528

Black with #40C528

Text Example


Text Example

White with #40C528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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