Html Css Color HEX #37C134 Lime Green

📋 copy color: '#37C134'

red 55 ◦ green 193 ◦ blue 52

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

Shades of Lime Green #37C134

Tints of Lime Green #37C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.33%

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

R = 18.33%
G = 64.33%
B = 17.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#37C134 (or 0x37C134) is known color: Lime Green. HEX triplet: 37, C1 and 34. RGB value is (55,193,52). Sum of RGB (Red+Green+Blue) = 55+193+52=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 193 (75.78% from 255 or 64.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 193 - color contains mainly: green. Hex color #37C134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C134 is #C83ECB. Grayscale: #888888. Windows color (decimal): -13123276 or 3457335. OLE color: 3457335.

HSL color Cylindrical-coordinate representation of color #37C134: hue angle of 118.72º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C134 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 193 52 -
CMYK 0.72 0 0.73 0.24
HSL 118.72º 0.58% 0.48% -
HSV(B) 118.72º 0.73% 0.76% -
XYZ 21.27 39.2 9.69 -
YUV 135.66 80.78 70.46 -
System Red Green Blue C M Y K H S L
Decimal 55 193 52 0.72 0 0.73 0.24 118.72 0.58 0.48
Hex 37 C1 34 48 0 49 18 77 3A 30
Octal 67 301 64 110 0 111 30 167 72 60
Binary 110111 11000001 110100 1001000 0 1001001 11000 1110111 111010 110000

Color Harmonies of #37C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C134

Black with #37C134

Text Example


Text Example

White with #37C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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