Html Css Color HEX #40BC45 Lime Green

📋 copy color: '#40BC45'

red 64 ◦ green 188 ◦ blue 69

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

Shades of Lime Green #40BC45

Tints of Lime Green #40BC45

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.57%

 BLUE value IS 69 (27.34% from 255) = 21.5%

R = 19.94%
G = 58.57%
B = 21.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#40BC45 (or 0x40BC45) is known color: Lime Green. HEX triplet: 40, BC and 45. RGB value is (64,188,69). Sum of RGB (Red+Green+Blue) = 64+188+69=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC45 is #BF43BA. Grayscale: #898989. Windows color (decimal): -12534715 or 4570176. OLE color: 4570176.

HSL color Cylindrical-coordinate representation of color #40BC45: hue angle of 122.42º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC45 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 188 69 -
CMYK 0.66 0 0.63 0.26
HSL 122.42º 0.49% 0.49% -
HSV(B) 122.42º 0.66% 0.74% -
XYZ 21.17 37.49 11.75 -
YUV 137.36 89.42 75.68 -
System Red Green Blue C M Y K H S L
Decimal 64 188 69 0.66 0 0.63 0.26 122.42 0.49 0.49
Hex 40 BC 45 42 0 3F 1A 7A 31 31
Octal 100 274 105 102 0 77 32 172 61 61
Binary 1000000 10111100 1000101 1000010 0 111111 11010 1111010 110001 110001

Color Harmonies of #40BC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC45

Black with #40BC45

Text Example


Text Example

White with #40BC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,188,69); }

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

background-color css

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

 a { background-color: rgb(64,188,69); }

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

border-color css

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

 span { border-color: rgb(64,188,69); }

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