Html Css Color HEX #40BC44 Lime Green

📋 copy color: '#40BC44'

red 64 ◦ green 188 ◦ blue 68

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

Shades of Lime Green #40BC44

Tints of Lime Green #40BC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 20%
G = 58.75%
B = 21.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#40BC44 (or 0x40BC44) is known color: Lime Green. HEX triplet: 40, BC and 44. RGB value is (64,188,68). Sum of RGB (Red+Green+Blue) = 64+188+68=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC44 is #BF43BB. Grayscale: #898989. Windows color (decimal): -12534716 or 4504640. OLE color: 4504640.

HSL color Cylindrical-coordinate representation of color #40BC44: hue angle of 121.94º 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 #40BC44 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 188 68 -
CMYK 0.66 0 0.64 0.26
HSL 121.94º 0.49% 0.49% -
HSV(B) 121.94º 0.66% 0.74% -
XYZ 21.14 37.47 11.59 -
YUV 137.24 88.92 75.76 -
System Red Green Blue C M Y K H S L
Decimal 64 188 68 0.66 0 0.64 0.26 121.94 0.49 0.49
Hex 40 BC 44 42 0 40 1A 7A 31 31
Octal 100 274 104 102 0 100 32 172 61 61
Binary 1000000 10111100 1000100 1000010 0 1000000 11010 1111010 110001 110001

Color Harmonies of #40BC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC44

Black with #40BC44

Text Example


Text Example

White with #40BC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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