Html Css Color HEX #40B138 Lime Green

📋 copy color: '#40B138'

red 64 ◦ green 177 ◦ blue 56

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

Shades of Lime Green #40B138

Tints of Lime Green #40B138

RGB

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

 GREEN value IS 177 (69.53% from 255) = 59.6%

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 21.55%
G = 59.6%
B = 18.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#40B138 (or 0x40B138) is known color: Lime Green. HEX triplet: 40, B1 and 38. RGB value is (64,177,56). Sum of RGB (Red+Green+Blue) = 64+177+56=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 177 (69.53% from 255 or 59.60% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 177 - color contains mainly: green. Hex color #40B138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B138 is #BF4EC7. Grayscale: #818181. Windows color (decimal): -12537544 or 3715392. OLE color: 3715392.

HSL color Cylindrical-coordinate representation of color #40B138: hue angle of 116.03º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40B138 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 177 56 -
CMYK 0.64 0 0.68 0.31
HSL 116.03º 0.52% 0.46% -
HSV(B) 116.03º 0.68% 0.69% -
XYZ 18.55 32.82 9.1 -
YUV 129.42 86.56 81.34 -
System Red Green Blue C M Y K H S L
Decimal 64 177 56 0.64 0 0.68 0.31 116.03 0.52 0.46
Hex 40 B1 38 40 0 44 1F 74 34 2E
Octal 100 261 70 100 0 104 37 164 64 56
Binary 1000000 10110001 111000 1000000 0 1000100 11111 1110100 110100 101110

Color Harmonies of #40B138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B138

Black with #40B138

Text Example


Text Example

White with #40B138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,177,56); }

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

background-color css

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

 a { background-color: rgb(64,177,56); }

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

border-color css

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

 span { border-color: rgb(64,177,56); }

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