Html Css Color HEX #40C955 Lime Green

📋 copy color: '#40C955'

red 64 ◦ green 201 ◦ blue 85

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

Shades of Lime Green #40C955

Tints of Lime Green #40C955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 18.29%
G = 57.43%
B = 24.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#40C955 (or 0x40C955) is known color: Lime Green. HEX triplet: 40, C9 and 55. RGB value is (64,201,85). Sum of RGB (Red+Green+Blue) = 64+201+85=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 201 (78.91% from 255 or 57.43% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 201 - color contains mainly: green. Hex color #40C955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C955 is #BF36AA. Grayscale: #939393. Windows color (decimal): -12531371 or 5622080. OLE color: 5622080.

HSL color Cylindrical-coordinate representation of color #40C955: hue angle of 129.2º 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 #40C955 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 201 85 -
CMYK 0.68 0 0.58 0.21
HSL 129.2º 0.56% 0.52% -
HSV(B) 129.2º 0.68% 0.79% -
XYZ 24.64 43.52 15.7 -
YUV 146.81 93.11 68.93 -
System Red Green Blue C M Y K H S L
Decimal 64 201 85 0.68 0 0.58 0.21 129.2 0.56 0.52
Hex 40 C9 55 44 0 3A 15 81 38 34
Octal 100 311 125 104 0 72 25 201 70 64
Binary 1000000 11001001 1010101 1000100 0 111010 10101 10000001 111000 110100

Color Harmonies of #40C955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C955

Black with #40C955

Text Example


Text Example

White with #40C955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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