#36AF35

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

Shades of Lime Green #36AF35

Tints of Lime Green #36AF35

Color information

#36AF35 (or 0x36AF35) is unknown color: approx Lime Green. HEX triplet: 36, AF and 35. RGB value is (54,175,53). Sum of RGB (Red+Green+Blue) = 54+175+53=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #36AF35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36AF35 is #C950CA. Grayscale: #7D7D7D. Windows color (decimal): -13193419 or 3518262. OLE color: 3518262.

HSL color Cylindrical-coordinate representation of color #36AF35: hue angle of 119.51º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36AF35 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB5417553-
CMYK0.6900.700.31
HSL119.51º53.51%44.71%-
HSV(B)119.51º69.71%68.63%-
XYZ17.4931.78.57-
YUV124.9187.4177.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 175 (68.75% from 255) = 62.06%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=19.15%
G=62.06%
B=18.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54175530.6900.700.31119.5153.5144.71
Hex36AF35450461F78362d
Octal66257651050106371706655
Binary11011010101111110101100010101000110111111111000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,175,53); }

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

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

 a { background-color: rgb(54,175,53); }

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

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

 span { border-color: rgb(54,175,53); }

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