Html Css Color HEX #37BC25 Lime Green

📋 copy color: '#37BC25'

red 55 ◦ green 188 ◦ blue 37

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

Shades of Lime Green #37BC25

Tints of Lime Green #37BC25

RGB

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

 GREEN value IS 188 (73.83% from 255) = 67.14%

 BLUE value IS 37 (14.84% from 255) = 13.21%

R = 19.64%
G = 67.14%
B = 13.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#37BC25 (or 0x37BC25) is known color: Lime Green. HEX triplet: 37, BC and 25. RGB value is (55,188,37). Sum of RGB (Red+Green+Blue) = 55+188+37=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #37BC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BC25 is #C843DA. Grayscale: #838383. Windows color (decimal): -13124571 or 2473015. OLE color: 2473015.

HSL color Cylindrical-coordinate representation of color #37BC25: hue angle of 112.85º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37BC25 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 188 37 -
CMYK 0.71 0 0.80 0.26
HSL 112.85º 0.67% 0.44% -
HSV(B) 112.85º 0.8% 0.74% -
XYZ 19.89 36.91 7.83 -
YUV 131.02 74.94 73.78 -
System Red Green Blue C M Y K H S L
Decimal 55 188 37 0.71 0 0.80 0.26 112.85 0.67 0.44
Hex 37 BC 25 47 0 50 1A 71 43 2C
Octal 67 274 45 107 0 120 32 161 103 54
Binary 110111 10111100 100101 1000111 0 1010000 11010 1110001 1000011 101100

Color Harmonies of #37BC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BC25

Black with #37BC25

Text Example


Text Example

White with #37BC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,188,37); }

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

background-color css

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

 a { background-color: rgb(55,188,37); }

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

border-color css

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

 span { border-color: rgb(55,188,37); }

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