Html Css Color HEX #40C046 Lime Green

📋 copy color: '#40C046'

red 64 ◦ green 192 ◦ blue 70

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

Shades of Lime Green #40C046

Tints of Lime Green #40C046

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.9%

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

R = 19.63%
G = 58.9%
B = 21.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#40C046 (or 0x40C046) is known color: Lime Green. HEX triplet: 40, C0 and 46. RGB value is (64,192,70). Sum of RGB (Red+Green+Blue) = 64+192+70=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #40C046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C046 is #BF3FB9. Grayscale: #8C8C8C. Windows color (decimal): -12533690 or 4636736. OLE color: 4636736.

HSL color Cylindrical-coordinate representation of color #40C046: hue angle of 122.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C046 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 192 70 -
CMYK 0.67 0 0.64 0.25
HSL 122.81º 0.5% 0.5% -
HSV(B) 122.81º 0.67% 0.75% -
XYZ 22.07 39.23 12.2 -
YUV 139.82 88.59 73.92 -
System Red Green Blue C M Y K H S L
Decimal 64 192 70 0.67 0 0.64 0.25 122.81 0.5 0.5
Hex 40 C0 46 43 0 40 19 7B 32 32
Octal 100 300 106 103 0 100 31 173 62 62
Binary 1000000 11000000 1000110 1000011 0 1000000 11001 1111011 110010 110010

Color Harmonies of #40C046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C046

Black with #40C046

Text Example


Text Example

White with #40C046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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