Html Css Color HEX #37C228 Lime Green

📋 copy color: '#37C228'

red 55 ◦ green 194 ◦ blue 40

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

Shades of Lime Green #37C228

Tints of Lime Green #37C228

RGB

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

 GREEN value IS 194 (76.17% from 255) = 67.13%

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

R = 19.03%
G = 67.13%
B = 13.84%

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

#37C228 (or 0x37C228) is known color: Lime Green. HEX triplet: 37, C2 and 28. RGB value is (55,194,40). Sum of RGB (Red+Green+Blue) = 55+194+40=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 194 (76.17% from 255 or 67.13% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 194 - color contains mainly: green. Hex color #37C228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C228 is #C83DD7. Grayscale: #878787. Windows color (decimal): -13123032 or 2671159. OLE color: 2671159.

HSL color Cylindrical-coordinate representation of color #37C228: hue angle of 114.16º 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 #37C228 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 194 40 -
CMYK 0.72 0 0.79 0.24
HSL 114.16º 0.66% 0.46% -
HSV(B) 114.16º 0.79% 0.76% -
XYZ 21.25 39.55 8.52 -
YUV 134.88 74.45 71.02 -
System Red Green Blue C M Y K H S L
Decimal 55 194 40 0.72 0 0.79 0.24 114.16 0.66 0.46
Hex 37 C2 28 48 0 4F 18 72 42 2E
Octal 67 302 50 110 0 117 30 162 102 56
Binary 110111 11000010 101000 1001000 0 1001111 11000 1110010 1000010 101110

Color Harmonies of #37C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C228

Black with #37C228

Text Example


Text Example

White with #37C228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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