Html Css Color HEX #37D650 Lime Green

📋 copy color: '#37D650'

red 55 ◦ green 214 ◦ blue 80

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

Shades of Lime Green #37D650

Tints of Lime Green #37D650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.32%

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 15.76%
G = 61.32%
B = 22.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#37D650 (or 0x37D650) is known color: Lime Green. HEX triplet: 37, D6 and 50. RGB value is (55,214,80). Sum of RGB (Red+Green+Blue) = 55+214+80=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #37D650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D650 is #C829AF. Grayscale: #979797. Windows color (decimal): -13117872 or 5297719. OLE color: 5297719.

HSL color Cylindrical-coordinate representation of color #37D650: hue angle of 129.43º 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 #37D650 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 214 80 -
CMYK 0.74 0 0.63 0.16
HSL 129.43º 0.66% 0.53% -
HSV(B) 129.43º 0.74% 0.84% -
XYZ 27.07 49.48 15.71 -
YUV 151.18 87.82 59.4 -
System Red Green Blue C M Y K H S L
Decimal 55 214 80 0.74 0 0.63 0.16 129.43 0.66 0.53
Hex 37 D6 50 4A 0 3F 10 81 42 35
Octal 67 326 120 112 0 77 20 201 102 65
Binary 110111 11010110 1010000 1001010 0 111111 10000 10000001 1000010 110101

Color Harmonies of #37D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D650

Black with #37D650

Text Example


Text Example

White with #37D650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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