Html Css Color HEX #37BA40 Lime Green

📋 copy color: '#37BA40'

red 55 ◦ green 186 ◦ blue 64

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

Shades of Lime Green #37BA40

Tints of Lime Green #37BA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 18.03%
G = 60.98%
B = 20.98%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#37BA40 (or 0x37BA40) is known color: Lime Green. HEX triplet: 37, BA and 40. RGB value is (55,186,64). Sum of RGB (Red+Green+Blue) = 55+186+64=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #37BA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BA40 is #C845BF. Grayscale: #858585. Windows color (decimal): -13125056 or 4241975. OLE color: 4241975.

HSL color Cylindrical-coordinate representation of color #37BA40: hue angle of 124.12º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37BA40 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 186 64 -
CMYK 0.70 0 0.66 0.27
HSL 124.12º 0.54% 0.47% -
HSV(B) 124.12º 0.7% 0.73% -
XYZ 20.06 36.3 10.8 -
YUV 132.92 89.1 72.42 -
System Red Green Blue C M Y K H S L
Decimal 55 186 64 0.70 0 0.66 0.27 124.12 0.54 0.47
Hex 37 BA 40 46 0 42 1B 7C 36 2F
Octal 67 272 100 106 0 102 33 174 66 57
Binary 110111 10111010 1000000 1000110 0 1000010 11011 1111100 110110 101111

Color Harmonies of #37BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BA40

Black with #37BA40

Text Example


Text Example

White with #37BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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