Html Css Color HEX #40BC39 Lime Green

📋 copy color: '#40BC39'

red 64 ◦ green 188 ◦ blue 57

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

Shades of Lime Green #40BC39

Tints of Lime Green #40BC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.45%

R = 20.71%
G = 60.84%
B = 18.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#40BC39 (or 0x40BC39) is known color: Lime Green. HEX triplet: 40, BC and 39. RGB value is (64,188,57). Sum of RGB (Red+Green+Blue) = 64+188+57=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC39 is #BF43C6. Grayscale: #888888. Windows color (decimal): -12534727 or 3783744. OLE color: 3783744.

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

Color convert

RGB 64 188 57 -
CMYK 0.66 0 0.70 0.26
HSL 116.79º 0.53% 0.48% -
HSV(B) 116.79º 0.7% 0.74% -
XYZ 20.84 37.35 9.98 -
YUV 135.99 83.42 76.65 -
System Red Green Blue C M Y K H S L
Decimal 64 188 57 0.66 0 0.70 0.26 116.79 0.53 0.48
Hex 40 BC 39 42 0 46 1A 75 35 30
Octal 100 274 71 102 0 106 32 165 65 60
Binary 1000000 10111100 111001 1000010 0 1000110 11010 1110101 110101 110000

Color Harmonies of #40BC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC39

Black with #40BC39

Text Example


Text Example

White with #40BC39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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