#37E225

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

Shades of Lime Green #37E225

Tints of Lime Green #37E225

Color information

#37E225 (or 0x37E225) is unknown color: approx Lime Green. HEX triplet: 37, E2 and 25. RGB value is (55,226,37). Sum of RGB (Red+Green+Blue) = 55+226+37=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 226 (88.67% from 255 or 71.07% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 226 - color contains mainly: green. Hex color #37E225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E225 is #C81DDA. Grayscale: #999999. Windows color (decimal): -13114843 or 2482743. OLE color: 2482743.

HSL color Cylindrical-coordinate representation of color #37E225: hue angle of 114.29º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37E225 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB5522637-
CMYK0.7600.840.11
HSL114.29º76.52%51.57%-
HSV(B)114.29º83.63%88.63%-
XYZ29.1155.3410.9-
YUV153.3262.3557.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.30%
GREEN value IS 226 (88.67% from 255) = 71.07%
BLUE value IS 37 (14.84% from 255) = 11.64%
R=17.30%
G=71.07%
B=11.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal55226370.7600.840.11114.2976.5251.57
Hex37E2254C054B724d34
Octal673424511401241316211564
Binary11011111100010100101100110001010100101111100101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37E225; }

 p { color: rgb(55,226,37); }

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

<style>
 a { background-color: #37E225; }

 a { background-color: rgb(55,226,37); }

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

<style>
 span { border-color: #37E225; }

 span { border-color: rgb(55,226,37); }

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