Html Css Color HEX #37D134 Lime Green

📋 copy color: '#37D134'

red 55 ◦ green 209 ◦ blue 52

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

Shades of Lime Green #37D134

Tints of Lime Green #37D134

RGB

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

 GREEN value IS 209 (82.03% from 255) = 66.14%

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 17.41%
G = 66.14%
B = 16.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#37D134 (or 0x37D134) is known color: Lime Green. HEX triplet: 37, D1 and 34. RGB value is (55,209,52). Sum of RGB (Red+Green+Blue) = 55+209+52=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 209 (82.03% from 255 or 66.14% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 209 - color contains mainly: green. Hex color #37D134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D134 is #C82ECB. Grayscale: #919191. Windows color (decimal): -13119180 or 3461431. OLE color: 3461431.

HSL color Cylindrical-coordinate representation of color #37D134: hue angle of 118.85º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D134 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 209 52 -
CMYK 0.74 0 0.75 0.18
HSL 118.85º 0.63% 0.51% -
HSV(B) 118.85º 0.75% 0.82% -
XYZ 25 46.66 10.94 -
YUV 145.06 75.48 63.77 -
System Red Green Blue C M Y K H S L
Decimal 55 209 52 0.74 0 0.75 0.18 118.85 0.63 0.51
Hex 37 D1 34 4A 0 4B 12 77 3F 33
Octal 67 321 64 112 0 113 22 167 77 63
Binary 110111 11010001 110100 1001010 0 1001011 10010 1110111 111111 110011

Color Harmonies of #37D134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D134

Black with #37D134

Text Example


Text Example

White with #37D134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,209,52); }

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

background-color css

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

 a { background-color: rgb(55,209,52); }

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

border-color css

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

 span { border-color: rgb(55,209,52); }

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