Html Css Color HEX #37C52F Lime Green

📋 copy color: '#37C52F'

red 55 ◦ green 197 ◦ blue 47

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

Shades of Lime Green #37C52F

Tints of Lime Green #37C52F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 65.89%

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 18.39%
G = 65.89%
B = 15.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#37C52F (or 0x37C52F) is known color: Lime Green. HEX triplet: 37, C5 and 2F. RGB value is (55,197,47). Sum of RGB (Red+Green+Blue) = 55+197+47=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 197 (77.34% from 255 or 65.89% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 197 - color contains mainly: green. Hex color #37C52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C52F is #C83AD0. Grayscale: #898989. Windows color (decimal): -13122257 or 3130679. OLE color: 3130679.

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

Color convert

RGB 55 197 47 -
CMYK 0.72 0 0.76 0.23
HSL 116.8º 0.61% 0.48% -
HSV(B) 116.8º 0.76% 0.77% -
XYZ 22.05 40.95 9.43 -
YUV 137.44 76.96 69.2 -
System Red Green Blue C M Y K H S L
Decimal 55 197 47 0.72 0 0.76 0.23 116.8 0.61 0.48
Hex 37 C5 2F 48 0 4C 17 75 3D 30
Octal 67 305 57 110 0 114 27 165 75 60
Binary 110111 11000101 101111 1001000 0 1001100 10111 1110101 111101 110000

Color Harmonies of #37C52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C52F

Black with #37C52F

Text Example


Text Example

White with #37C52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,197,47); }

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

background-color css

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

 a { background-color: rgb(55,197,47); }

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

border-color css

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

 span { border-color: rgb(55,197,47); }

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