Html Css Color HEX #37E13C Lime Green

📋 copy color: '#37E13C'

red 55 ◦ green 225 ◦ blue 60

#37E13C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #37E13C

Tints of Lime Green #37E13C

RGB

 RED value IS 55 (21.88% from 255) = 16.18%

 GREEN value IS 225 (88.28% from 255) = 66.18%

 BLUE value IS 60 (23.83% from 255) = 17.65%

R = 16.18%
G = 66.18%
B = 17.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#37E13C (or 0x37E13C) is known color: Lime Green. HEX triplet: 37, E1 and 3C. RGB value is (55,225,60). Sum of RGB (Red+Green+Blue) = 55+225+60=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 225 (88.28% from 255 or 66.18% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 225 - color contains mainly: green. Hex color #37E13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E13C is #C81EC3. Grayscale: #9B9B9B. Windows color (decimal): -13115076 or 3989815. OLE color: 3989815.

HSL color Cylindrical-coordinate representation of color #37E13C: hue angle of 121.76º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E13C is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 225 60 -
CMYK 0.76 0 0.73 0.12
HSL 121.76º 0.74% 0.55% -
HSV(B) 121.76º 0.76% 0.88% -
XYZ 29.32 54.99 13.34 -
YUV 155.36 74.18 56.42 -
System Red Green Blue C M Y K H S L
Decimal 55 225 60 0.76 0 0.73 0.12 121.76 0.74 0.55
Hex 37 E1 3C 4C 0 49 C 7A 4A 37
Octal 67 341 74 114 0 111 14 172 112 67
Binary 110111 11100001 111100 1001100 0 1001001 1100 1111010 1001010 110111

Color Harmonies of #37E13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E13C

Black with #37E13C

Text Example


Text Example

White with #37E13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,225,60); }

 H1.HeaderClassName
 {
   color: #37E13C;
 }
 .AnyTagClassName
 {
   color: #37E13C;
 }
</style>

background-color css

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

 a { background-color: rgb(55,225,60); }

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

border-color css

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

 span { border-color: rgb(55,225,60); }

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