Html Css Color HEX #40B934 Lime Green

📋 copy color: '#40B934'

red 64 ◦ green 185 ◦ blue 52

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

Shades of Lime Green #40B934

Tints of Lime Green #40B934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 61.46%

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 21.26%
G = 61.46%
B = 17.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#40B934 (or 0x40B934) is known color: Lime Green. HEX triplet: 40, B9 and 34. RGB value is (64,185,52). Sum of RGB (Red+Green+Blue) = 64+185+52=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #40B934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B934 is #BF46CB. Grayscale: #868686. Windows color (decimal): -12535500 or 3455296. OLE color: 3455296.

HSL color Cylindrical-coordinate representation of color #40B934: hue angle of 114.59º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40B934 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 185 52 -
CMYK 0.65 0 0.72 0.27
HSL 114.59º 0.56% 0.46% -
HSV(B) 114.59º 0.72% 0.73% -
XYZ 20.08 36.04 9.15 -
YUV 133.66 81.91 78.31 -
System Red Green Blue C M Y K H S L
Decimal 64 185 52 0.65 0 0.72 0.27 114.59 0.56 0.46
Hex 40 B9 34 41 0 48 1B 73 38 2E
Octal 100 271 64 101 0 110 33 163 70 56
Binary 1000000 10111001 110100 1000001 0 1001000 11011 1110011 111000 101110

Color Harmonies of #40B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B934

Black with #40B934

Text Example


Text Example

White with #40B934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,185,52); }

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

background-color css

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

 a { background-color: rgb(64,185,52); }

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

border-color css

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

 span { border-color: rgb(64,185,52); }

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