Html Css Color HEX #37C828 Lime Green

📋 copy color: '#37C828'

red 55 ◦ green 200 ◦ blue 40

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

Shades of Lime Green #37C828

Tints of Lime Green #37C828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 67.8%

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

R = 18.64%
G = 67.8%
B = 13.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#37C828 (or 0x37C828) is known color: Lime Green. HEX triplet: 37, C8 and 28. RGB value is (55,200,40). Sum of RGB (Red+Green+Blue) = 55+200+40=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 200 (78.52% from 255 or 67.80% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 200 - color contains mainly: green. Hex color #37C828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C828 is #C837D7. Grayscale: #8A8A8A. Windows color (decimal): -13121496 or 2672695. OLE color: 2672695.

HSL color Cylindrical-coordinate representation of color #37C828: hue angle of 114.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37C828 is Cyan = 0.72, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 200 40 -
CMYK 0.72 0 0.8 0.22
HSL 114.38º 0.67% 0.47% -
HSV(B) 114.38º 0.8% 0.78% -
XYZ 22.61 42.27 8.98 -
YUV 138.41 72.46 68.51 -
System Red Green Blue C M Y K H S L
Decimal 55 200 40 0.72 0 0.8 0.22 114.38 0.67 0.47
Hex 37 C8 28 48 0 50 16 72 43 2F
Octal 67 310 50 110 0 120 26 162 103 57
Binary 110111 11001000 101000 1001000 0 1010000 10110 1110010 1000011 101111

Color Harmonies of #37C828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C828

Black with #37C828

Text Example


Text Example

White with #37C828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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