Html Css Color HEX #40C646 Lime Green

📋 copy color: '#40C646'

red 64 ◦ green 198 ◦ blue 70

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

Shades of Lime Green #40C646

Tints of Lime Green #40C646

RGB

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

 GREEN value IS 198 (77.73% from 255) = 59.64%

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

R = 19.28%
G = 59.64%
B = 21.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#40C646 (or 0x40C646) is known color: Lime Green. HEX triplet: 40, C6 and 46. RGB value is (64,198,70). Sum of RGB (Red+Green+Blue) = 64+198+70=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 198 (77.73% from 255 or 59.64% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 198 - color contains mainly: green. Hex color #40C646 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C646 is #BF39B9. Grayscale: #8F8F8F. Windows color (decimal): -12532154 or 4638272. OLE color: 4638272.

HSL color Cylindrical-coordinate representation of color #40C646: hue angle of 122.69º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C646 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 198 70 -
CMYK 0.68 0 0.65 0.22
HSL 122.69º 0.54% 0.51% -
HSV(B) 122.69º 0.68% 0.78% -
XYZ 23.41 41.92 12.65 -
YUV 143.34 86.61 71.41 -
System Red Green Blue C M Y K H S L
Decimal 64 198 70 0.68 0 0.65 0.22 122.69 0.54 0.51
Hex 40 C6 46 44 0 41 16 7B 36 33
Octal 100 306 106 104 0 101 26 173 66 63
Binary 1000000 11000110 1000110 1000100 0 1000001 10110 1111011 110110 110011

Color Harmonies of #40C646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C646

Black with #40C646

Text Example


Text Example

White with #40C646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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