Html Css Color HEX #37C14A Lime Green

📋 copy color: '#37C14A'

red 55 ◦ green 193 ◦ blue 74

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

Shades of Lime Green #37C14A

Tints of Lime Green #37C14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 17.08%
G = 59.94%
B = 22.98%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#37C14A (or 0x37C14A) is known color: Lime Green. HEX triplet: 37, C1 and 4A. RGB value is (55,193,74). Sum of RGB (Red+Green+Blue) = 55+193+74=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 193 (75.78% from 255 or 59.94% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 193 - color contains mainly: green. Hex color #37C14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C14A is #C83EB5. Grayscale: #8A8A8A. Windows color (decimal): -13123254 or 4899127. OLE color: 4899127.

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

Color convert

RGB 55 193 74 -
CMYK 0.72 0 0.62 0.24
HSL 128.26º 0.56% 0.49% -
HSV(B) 128.26º 0.72% 0.76% -
XYZ 21.88 39.45 12.94 -
YUV 138.17 91.78 68.68 -
System Red Green Blue C M Y K H S L
Decimal 55 193 74 0.72 0 0.62 0.24 128.26 0.56 0.49
Hex 37 C1 4A 48 0 3E 18 80 38 31
Octal 67 301 112 110 0 76 30 200 70 61
Binary 110111 11000001 1001010 1001000 0 111110 11000 10000000 111000 110001

Color Harmonies of #37C14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C14A

Black with #37C14A

Text Example


Text Example

White with #37C14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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