Html Css Color HEX #37C52D Lime Green

📋 copy color: '#37C52D'

red 55 ◦ green 197 ◦ blue 45

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

Shades of Lime Green #37C52D

Tints of Lime Green #37C52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 18.52%
G = 66.33%
B = 15.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#37C52D (or 0x37C52D) is known color: Lime Green. HEX triplet: 37, C5 and 2D. RGB value is (55,197,45). Sum of RGB (Red+Green+Blue) = 55+197+45=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 197 (77.34% from 255 or 66.33% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 197 - color contains mainly: green. Hex color #37C52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C52D is #C83AD2. Grayscale: #898989. Windows color (decimal): -13122259 or 2999607. OLE color: 2999607.

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

Color convert

RGB 55 197 45 -
CMYK 0.72 0 0.77 0.23
HSL 116.05º 0.63% 0.47% -
HSV(B) 116.05º 0.77% 0.77% -
XYZ 22.02 40.93 9.22 -
YUV 137.21 75.96 69.36 -
System Red Green Blue C M Y K H S L
Decimal 55 197 45 0.72 0 0.77 0.23 116.05 0.63 0.47
Hex 37 C5 2D 48 0 4D 17 74 3F 2F
Octal 67 305 55 110 0 115 27 164 77 57
Binary 110111 11000101 101101 1001000 0 1001101 10111 1110100 111111 101111

Color Harmonies of #37C52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C52D

Black with #37C52D

Text Example


Text Example

White with #37C52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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