Html Css Color HEX #40C951 Lime Green

📋 copy color: '#40C951'

red 64 ◦ green 201 ◦ blue 81

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

Shades of Lime Green #40C951

Tints of Lime Green #40C951

RGB

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

 GREEN value IS 201 (78.91% from 255) = 58.09%

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 18.5%
G = 58.09%
B = 23.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#40C951 (or 0x40C951) is known color: Lime Green. HEX triplet: 40, C9 and 51. RGB value is (64,201,81). Sum of RGB (Red+Green+Blue) = 64+201+81=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 201 (78.91% from 255 or 58.09% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 201 - color contains mainly: green. Hex color #40C951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C951 is #BF36AE. Grayscale: #929292. Windows color (decimal): -12531375 or 5359936. OLE color: 5359936.

HSL color Cylindrical-coordinate representation of color #40C951: hue angle of 127.45º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C951 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 201 81 -
CMYK 0.68 0 0.60 0.21
HSL 127.45º 0.56% 0.52% -
HSV(B) 127.45º 0.68% 0.79% -
XYZ 24.49 43.46 14.88 -
YUV 146.36 91.11 69.26 -
System Red Green Blue C M Y K H S L
Decimal 64 201 81 0.68 0 0.60 0.21 127.45 0.56 0.52
Hex 40 C9 51 44 0 3C 15 7F 38 34
Octal 100 311 121 104 0 74 25 177 70 64
Binary 1000000 11001001 1010001 1000100 0 111100 10101 1111111 111000 110100

Color Harmonies of #40C951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C951

Black with #40C951

Text Example


Text Example

White with #40C951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,201,81); }

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

background-color css

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

 a { background-color: rgb(64,201,81); }

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

border-color css

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

 span { border-color: rgb(64,201,81); }

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