#36C226

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

Shades of Lime Green #36C226

Tints of Lime Green #36C226

Color information

#36C226 (or 0x36C226) is unknown color: approx Lime Green. HEX triplet: 36, C2 and 26. RGB value is (54,194,38). Sum of RGB (Red+Green+Blue) = 54+194+38=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #36C226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C226 is #C93DD9. Grayscale: #868686. Windows color (decimal): -13188570 or 2540086. OLE color: 2540086.

HSL color Cylindrical-coordinate representation of color #36C226: hue angle of 113.85º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36C226 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB5419438-
CMYK0.7200.800.24
HSL113.85º67.24%45.49%-
HSV(B)113.85º80.41%76.08%-
XYZ21.1639.518.34-
YUV134.3673.6270.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 194 (76.17% from 255) = 67.83%
BLUE value IS 38 (15.23% from 255) = 13.29%
R=18.88%
G=67.83%
B=13.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal54194380.7200.800.24113.8567.2445.49
Hex36C226480501872432d
Octal663024611001203016210355
Binary110110110000101001101001000010100001100011100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,194,38); }

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

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

 a { background-color: rgb(54,194,38); }

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

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

 span { border-color: rgb(54,194,38); }

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