Html Css Color HEX #40C546 Lime Green

📋 copy color: '#40C546'

red 64 ◦ green 197 ◦ blue 70

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

Shades of Lime Green #40C546

Tints of Lime Green #40C546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.15%

R = 19.34%
G = 59.52%
B = 21.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#40C546 (or 0x40C546) is known color: Lime Green. HEX triplet: 40, C5 and 46. RGB value is (64,197,70). Sum of RGB (Red+Green+Blue) = 64+197+70=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #40C546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C546 is #BF3AB9. Grayscale: #8F8F8F. Windows color (decimal): -12532410 or 4638016. OLE color: 4638016.

HSL color Cylindrical-coordinate representation of color #40C546: hue angle of 122.71º 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 #40C546 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 197 70 -
CMYK 0.68 0 0.64 0.23
HSL 122.71º 0.53% 0.51% -
HSV(B) 122.71º 0.68% 0.77% -
XYZ 23.19 41.46 12.58 -
YUV 142.76 86.94 71.83 -
System Red Green Blue C M Y K H S L
Decimal 64 197 70 0.68 0 0.64 0.23 122.71 0.53 0.51
Hex 40 C5 46 44 0 40 17 7B 35 33
Octal 100 305 106 104 0 100 27 173 65 63
Binary 1000000 11000101 1000110 1000100 0 1000000 10111 1111011 110101 110011

Color Harmonies of #40C546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C546

Black with #40C546

Text Example


Text Example

White with #40C546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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