Html Css Color HEX #40C247 Lime Green

📋 copy color: '#40C247'

red 64 ◦ green 194 ◦ blue 71

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

Shades of Lime Green #40C247

Tints of Lime Green #40C247

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.97%

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

R = 19.45%
G = 58.97%
B = 21.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#40C247 (or 0x40C247) is known color: Lime Green. HEX triplet: 40, C2 and 47. RGB value is (64,194,71). Sum of RGB (Red+Green+Blue) = 64+194+71=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #40C247 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C247 is #BF3DB8. Grayscale: #8D8D8D. Windows color (decimal): -12533177 or 4702784. OLE color: 4702784.

HSL color Cylindrical-coordinate representation of color #40C247: hue angle of 123.23º 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 #40C247 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 71 -
CMYK 0.67 0 0.63 0.24
HSL 123.23º 0.52% 0.51% -
HSV(B) 123.23º 0.67% 0.76% -
XYZ 22.54 40.13 12.52 -
YUV 141.11 88.43 73 -
System Red Green Blue C M Y K H S L
Decimal 64 194 71 0.67 0 0.63 0.24 123.23 0.52 0.51
Hex 40 C2 47 43 0 3F 18 7B 34 33
Octal 100 302 107 103 0 77 30 173 64 63
Binary 1000000 11000010 1000111 1000011 0 111111 11000 1111011 110100 110011

Color Harmonies of #40C247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C247

Black with #40C247

Text Example


Text Example

White with #40C247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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