#36EA41

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

Shades of Lime Green #36EA41

Tints of Lime Green #36EA41

Color information

#36EA41 (or 0x36EA41) is unknown color: approx Lime Green. HEX triplet: 36, EA and 41. RGB value is (54,234,65). Sum of RGB (Red+Green+Blue) = 54+234+65=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 234 (91.80% from 255 or 66.29% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 234 - color contains mainly: green. Hex color #36EA41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36EA41 is #C915BE. Grayscale: #A1A1A1. Windows color (decimal): -13178303 or 4319798. OLE color: 4319798.

HSL color Cylindrical-coordinate representation of color #36EA41: hue angle of 123.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EA41 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB5423465-
CMYK0.7700.720.08
HSL123.67º81.08%56.47%-
HSV(B)123.67º76.92%91.76%-
XYZ31.960.0114.9-
YUV160.9173.8751.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.30%
GREEN value IS 234 (91.80% from 255) = 66.29%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=15.30%
G=66.29%
B=18.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal54234650.7700.720.08123.6781.0856.47
Hex36EA414D04887c5138
Octal6635210111501101017412170
Binary110110111010101000001100110101001000100011111001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36EA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,234,65); }

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

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

 a { background-color: rgb(54,234,65); }

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

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

 span { border-color: rgb(54,234,65); }

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