#37D652

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

Shades of Lime Green #37D652

Tints of Lime Green #37D652

Color information

#37D652 (or 0x37D652) is unknown color: approx Lime Green. HEX triplet: 37, D6 and 52. RGB value is (55,214,82). Sum of RGB (Red+Green+Blue) = 55+214+82=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 214 (83.98% from 255 or 60.97% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 214 - color contains mainly: green. Hex color #37D652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D652 is #C829AD. Grayscale: #979797. Windows color (decimal): -13117870 or 5428791. OLE color: 5428791.

HSL color Cylindrical-coordinate representation of color #37D652: hue angle of 130.19º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D652 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB5521482-
CMYK0.7400.620.16
HSL130.19º65.98%52.75%-
HSV(B)130.19º74.3%83.92%-
XYZ27.1549.5116.11-
YUV151.4188.8259.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.67%
GREEN value IS 214 (83.98% from 255) = 60.97%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=15.67%
G=60.97%
B=23.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal55214820.7400.620.16130.1965.9852.75
Hex37D6524A03E10824235
Octal673261221120762020210265
Binary1101111101011010100101001010011111010000100000101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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