#40B634

Color #40B634 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #40B634

Tints of Lime Green #40B634

Color information

#40B634 (or 0x40B634) is unknown color: approx Lime Green. HEX triplet: 40, B6 and 34. RGB value is (64,182,52). Sum of RGB (Red+Green+Blue) = 64+182+52=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 182 (71.48% from 255 or 61.07% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 182 - color contains mainly: green. Hex color #40B634 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B634 is #BF49CB. Grayscale: #848484. Windows color (decimal): -12536268 or 3454528. OLE color: 3454528.

HSL color Cylindrical-coordinate representation of color #40B634: hue angle of 114.46º degrees, saturation: 0.56, 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 #40B634 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB6418252-
CMYK0.6500.710.29
HSL114.46º55.56%45.88%-
HSV(B)114.46º71.43%71.37%-
XYZ19.4634.798.94-
YUV131.982.9179.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 182 (71.48% from 255) = 61.07%
BLUE value IS 52 (20.70% from 255) = 17.45%
R=21.48%
G=61.07%
B=17.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64182520.6500.710.29114.4655.5645.88
Hex40B634410471D72382e
Octal100266641010107351627056
Binary100000010110110110100100000101000111111011110010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40B634;
 }
 .AnyTagClassName
 {
   color: #40B634;
 }
</style>
background-color css

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

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

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

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

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

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