Html Css Color HEX #40C136 Lime Green

📋 copy color: '#40C136'

red 64 ◦ green 193 ◦ blue 54

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

Shades of Lime Green #40C136

Tints of Lime Green #40C136

RGB

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

 GREEN value IS 193 (75.78% from 255) = 62.06%

 BLUE value IS 54 (21.48% from 255) = 17.36%

R = 20.58%
G = 62.06%
B = 17.36%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#40C136 (or 0x40C136) is known color: Lime Green. HEX triplet: 40, C1 and 36. RGB value is (64,193,54). Sum of RGB (Red+Green+Blue) = 64+193+54=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #40C136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C136 is #BF3EC9. Grayscale: #8B8B8B. Windows color (decimal): -12533450 or 3588416. OLE color: 3588416.

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

Color convert

RGB 64 193 54 -
CMYK 0.67 0 0.72 0.24
HSL 115.68º 0.56% 0.48% -
HSV(B) 115.68º 0.72% 0.76% -
XYZ 21.85 39.5 9.96 -
YUV 138.58 80.26 74.8 -
System Red Green Blue C M Y K H S L
Decimal 64 193 54 0.67 0 0.72 0.24 115.68 0.56 0.48
Hex 40 C1 36 43 0 48 18 74 38 30
Octal 100 301 66 103 0 110 30 164 70 60
Binary 1000000 11000001 110110 1000011 0 1001000 11000 1110100 111000 110000

Color Harmonies of #40C136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C136

Black with #40C136

Text Example


Text Example

White with #40C136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,193,54); }

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

background-color css

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

 a { background-color: rgb(64,193,54); }

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

border-color css

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

 span { border-color: rgb(64,193,54); }

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