#37C652

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

Shades of Lime Green #37C652

Tints of Lime Green #37C652

Color information

#37C652 (or 0x37C652) is unknown color: approx Lime Green. HEX triplet: 37, C6 and 52. RGB value is (55,198,82). Sum of RGB (Red+Green+Blue) = 55+198+82=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 198 (77.73% from 255 or 59.10% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 198 - color contains mainly: green. Hex color #37C652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37C652 is #C839AD. Grayscale: #8E8E8E. Windows color (decimal): -13121966 or 5424695. OLE color: 5424695.

HSL color Cylindrical-coordinate representation of color #37C652: hue angle of 131.33º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C652 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB5519882-
CMYK0.7200.590.22
HSL131.33º56.52%49.61%-
HSV(B)131.33º72.22%77.65%-
XYZ23.2941.8114.83-
YUV142.0294.1265.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 198 (77.73% from 255) = 59.10%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=16.42%
G=59.10%
B=24.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal55198820.7200.590.22131.3356.5249.61
Hex37C6524803B16833932
Octal67306122110073262037162
Binary110111110001101010010100100001110111011010000011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37C652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,198,82); }

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

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

 a { background-color: rgb(55,198,82); }

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

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

 span { border-color: rgb(55,198,82); }

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