Html Css Color HEX #40B534 Lime Green

📋 copy color: '#40B534'

red 64 ◦ green 181 ◦ blue 52

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

Shades of Lime Green #40B534

Tints of Lime Green #40B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 60.94%

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

R = 21.55%
G = 60.94%
B = 17.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#40B534 (or 0x40B534) is known color: Lime Green. HEX triplet: 40, B5 and 34. RGB value is (64,181,52). Sum of RGB (Red+Green+Blue) = 64+181+52=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #40B534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B534 is #BF4ACB. Grayscale: #838383. Windows color (decimal): -12536524 or 3454272. OLE color: 3454272.

HSL color Cylindrical-coordinate representation of color #40B534: hue angle of 114.42º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40B534 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 181 52 -
CMYK 0.65 0 0.71 0.29
HSL 114.42º 0.55% 0.46% -
HSV(B) 114.42º 0.71% 0.71% -
XYZ 19.26 34.39 8.87 -
YUV 131.31 83.24 79.99 -
System Red Green Blue C M Y K H S L
Decimal 64 181 52 0.65 0 0.71 0.29 114.42 0.55 0.46
Hex 40 B5 34 41 0 47 1D 72 37 2E
Octal 100 265 64 101 0 107 35 162 67 56
Binary 1000000 10110101 110100 1000001 0 1000111 11101 1110010 110111 101110

Color Harmonies of #40B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B534

Black with #40B534

Text Example


Text Example

White with #40B534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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