Html Css Color HEX #40C347 Lime Green

📋 copy color: '#40C347'

red 64 ◦ green 195 ◦ blue 71

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

Shades of Lime Green #40C347

Tints of Lime Green #40C347

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.09%

 BLUE value IS 71 (28.13% from 255) = 21.52%

R = 19.39%
G = 59.09%
B = 21.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#40C347 (or 0x40C347) is known color: Lime Green. HEX triplet: 40, C3 and 47. RGB value is (64,195,71). Sum of RGB (Red+Green+Blue) = 64+195+71=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #40C347 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C347 is #BF3CB8. Grayscale: #8E8E8E. Windows color (decimal): -12532921 or 4703040. OLE color: 4703040.

HSL color Cylindrical-coordinate representation of color #40C347: hue angle of 123.21º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C347 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 195 71 -
CMYK 0.67 0 0.64 0.24
HSL 123.21º 0.52% 0.51% -
HSV(B) 123.21º 0.67% 0.76% -
XYZ 22.77 40.58 12.59 -
YUV 141.7 88.1 72.58 -
System Red Green Blue C M Y K H S L
Decimal 64 195 71 0.67 0 0.64 0.24 123.21 0.52 0.51
Hex 40 C3 47 43 0 40 18 7B 34 33
Octal 100 303 107 103 0 100 30 173 64 63
Binary 1000000 11000011 1000111 1000011 0 1000000 11000 1111011 110100 110011

Color Harmonies of #40C347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C347

Black with #40C347

Text Example


Text Example

White with #40C347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,195,71); }

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

background-color css

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

 a { background-color: rgb(64,195,71); }

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

border-color css

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

 span { border-color: rgb(64,195,71); }

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