Html Css Color HEX #40BC38 Lime Green

📋 copy color: '#40BC38'

red 64 ◦ green 188 ◦ blue 56

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

Shades of Lime Green #40BC38

Tints of Lime Green #40BC38

RGB

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

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

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

R = 20.78%
G = 61.04%
B = 18.18%

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

#40BC38 (or 0x40BC38) is known color: Lime Green. HEX triplet: 40, BC and 38. RGB value is (64,188,56). Sum of RGB (Red+Green+Blue) = 64+188+56=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC38 is #BF43C7. Grayscale: #888888. Windows color (decimal): -12534728 or 3718208. OLE color: 3718208.

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

Color convert

RGB 64 188 56 -
CMYK 0.66 0 0.70 0.26
HSL 116.36º 0.54% 0.48% -
HSV(B) 116.36º 0.7% 0.74% -
XYZ 20.81 37.34 9.85 -
YUV 135.88 82.92 76.73 -
System Red Green Blue C M Y K H S L
Decimal 64 188 56 0.66 0 0.70 0.26 116.36 0.54 0.48
Hex 40 BC 38 42 0 46 1A 74 36 30
Octal 100 274 70 102 0 106 32 164 66 60
Binary 1000000 10111100 111000 1000010 0 1000110 11010 1110100 110110 110000

Color Harmonies of #40BC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BC38

Black with #40BC38

Text Example


Text Example

White with #40BC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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