Html Css Color HEX #37BA2D Lime Green

📋 copy color: '#37BA2D'

red 55 ◦ green 186 ◦ blue 45

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

Shades of Lime Green #37BA2D

Tints of Lime Green #37BA2D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 65.03%

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

R = 19.23%
G = 65.03%
B = 15.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#37BA2D (or 0x37BA2D) is known color: Lime Green. HEX triplet: 37, BA and 2D. RGB value is (55,186,45). Sum of RGB (Red+Green+Blue) = 55+186+45=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #37BA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BA2D is #C845D2. Grayscale: #838383. Windows color (decimal): -13125075 or 2996791. OLE color: 2996791.

HSL color Cylindrical-coordinate representation of color #37BA2D: hue angle of 115.74º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37BA2D is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 186 45 -
CMYK 0.70 0 0.76 0.27
HSL 115.74º 0.61% 0.45% -
HSV(B) 115.74º 0.76% 0.73% -
XYZ 19.61 36.12 8.42 -
YUV 130.76 79.6 73.96 -
System Red Green Blue C M Y K H S L
Decimal 55 186 45 0.70 0 0.76 0.27 115.74 0.61 0.45
Hex 37 BA 2D 46 0 4C 1B 74 3D 2D
Octal 67 272 55 106 0 114 33 164 75 55
Binary 110111 10111010 101101 1000110 0 1001100 11011 1110100 111101 101101

Color Harmonies of #37BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BA2D

Black with #37BA2D

Text Example


Text Example

White with #37BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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