Html Css Color HEX #37C128 Lime Green

📋 copy color: '#37C128'

red 55 ◦ green 193 ◦ blue 40

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

Shades of Lime Green #37C128

Tints of Lime Green #37C128

RGB

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

 GREEN value IS 193 (75.78% from 255) = 67.01%

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 19.1%
G = 67.01%
B = 13.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#37C128 (or 0x37C128) is known color: Lime Green. HEX triplet: 37, C1 and 28. RGB value is (55,193,40). Sum of RGB (Red+Green+Blue) = 55+193+40=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 193 (75.78% from 255 or 67.01% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 193 - color contains mainly: green. Hex color #37C128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C128 is #C83ED7. Grayscale: #868686. Windows color (decimal): -13123288 or 2670903. OLE color: 2670903.

HSL color Cylindrical-coordinate representation of color #37C128: hue angle of 114.12º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #37C128 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 193 40 -
CMYK 0.72 0 0.79 0.24
HSL 114.12º 0.66% 0.46% -
HSV(B) 114.12º 0.79% 0.76% -
XYZ 21.03 39.11 8.45 -
YUV 134.3 74.78 71.44 -
System Red Green Blue C M Y K H S L
Decimal 55 193 40 0.72 0 0.79 0.24 114.12 0.66 0.46
Hex 37 C1 28 48 0 4F 18 72 42 2E
Octal 67 301 50 110 0 117 30 162 102 56
Binary 110111 11000001 101000 1001000 0 1001111 11000 1110010 1000010 101110

Color Harmonies of #37C128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C128

Black with #37C128

Text Example


Text Example

White with #37C128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,193,40); }

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

background-color css

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

 a { background-color: rgb(55,193,40); }

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

border-color css

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

 span { border-color: rgb(55,193,40); }

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