Html Css Color HEX #40C137 Lime Green

📋 copy color: '#40C137'

red 64 ◦ green 193 ◦ blue 55

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

Shades of Lime Green #40C137

Tints of Lime Green #40C137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.63%

R = 20.51%
G = 61.86%
B = 17.63%

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

#40C137 (or 0x40C137) is known color: Lime Green. HEX triplet: 40, C1 and 37. RGB value is (64,193,55). Sum of RGB (Red+Green+Blue) = 64+193+55=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #40C137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C137 is #BF3EC8. Grayscale: #8B8B8B. Windows color (decimal): -12533449 or 3653952. OLE color: 3653952.

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

Color convert

RGB 64 193 55 -
CMYK 0.67 0 0.72 0.24
HSL 116.09º 0.56% 0.49% -
HSV(B) 116.09º 0.72% 0.76% -
XYZ 21.87 39.51 10.09 -
YUV 138.7 80.76 74.72 -
System Red Green Blue C M Y K H S L
Decimal 64 193 55 0.67 0 0.72 0.24 116.09 0.56 0.49
Hex 40 C1 37 43 0 48 18 74 38 31
Octal 100 301 67 103 0 110 30 164 70 61
Binary 1000000 11000001 110111 1000011 0 1001000 11000 1110100 111000 110001

Color Harmonies of #40C137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C137

Black with #40C137

Text Example


Text Example

White with #40C137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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