#36B434

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

Shades of Lime Green #36B434

Tints of Lime Green #36B434

Color information

#36B434 (or 0x36B434) is unknown color: approx Lime Green. HEX triplet: 36, B4 and 34. RGB value is (54,180,52). Sum of RGB (Red+Green+Blue) = 54+180+52=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 180 (70.70% from 255 or 62.94% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 180 - color contains mainly: green. Hex color #36B434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36B434 is #C94BCB. Grayscale: #808080. Windows color (decimal): -13192140 or 3454006. OLE color: 3454006.

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

Color convert

RGB5418052-
CMYK0.700.710.29
HSL119.06º55.17%45.49%-
HSV(B)119.06º71.11%70.59%-
XYZ18.4633.678.78-
YUV127.7385.2675.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 180 (70.70% from 255) = 62.94%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=18.88%
G=62.94%
B=18.18%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal54180520.700.710.29119.0655.1745.49
Hex36B434460471D77372d
Octal66264641060107351676755
Binary11011010110100110100100011001000111111011110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36B434; }

 p { color: rgb(54,180,52); }

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

<style>
 a { background-color: #36B434; }

 a { background-color: rgb(54,180,52); }

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

<style>
 span { border-color: #36B434; }

 span { border-color: rgb(54,180,52); }

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