Html Css Color HEX #37E125 Lime Green

📋 copy color: '#37E125'

red 55 ◦ green 225 ◦ blue 37

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

Shades of Lime Green #37E125

Tints of Lime Green #37E125

RGB

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

 GREEN value IS 225 (88.28% from 255) = 70.98%

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

R = 17.35%
G = 70.98%
B = 11.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#37E125 (or 0x37E125) is known color: Lime Green. HEX triplet: 37, E1 and 25. RGB value is (55,225,37). Sum of RGB (Red+Green+Blue) = 55+225+37=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 225 (88.28% from 255 or 70.98% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 225 - color contains mainly: green. Hex color #37E125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E125 is #C81EDA. Grayscale: #999999. Windows color (decimal): -13115099 or 2482487. OLE color: 2482487.

HSL color Cylindrical-coordinate representation of color #37E125: hue angle of 114.26º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37E125 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 225 37 -
CMYK 0.76 0 0.84 0.12
HSL 114.26º 0.76% 0.51% -
HSV(B) 114.26º 0.84% 0.88% -
XYZ 28.83 54.8 10.81 -
YUV 152.74 62.68 58.29 -
System Red Green Blue C M Y K H S L
Decimal 55 225 37 0.76 0 0.84 0.12 114.26 0.76 0.51
Hex 37 E1 25 4C 0 54 C 72 4C 33
Octal 67 341 45 114 0 124 14 162 114 63
Binary 110111 11100001 100101 1001100 0 1010100 1100 1110010 1001100 110011

Color Harmonies of #37E125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E125

Black with #37E125

Text Example


Text Example

White with #37E125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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