Html Css Color HEX #37F125 Lime Green

📋 copy color: '#37F125'

red 55 ◦ green 241 ◦ blue 37

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

Shades of Lime Green #37F125

Tints of Lime Green #37F125

RGB

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

 GREEN value IS 241 (94.53% from 255) = 72.37%

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

R = 16.52%
G = 72.37%
B = 11.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#37F125 (or 0x37F125) is known color: Lime Green. HEX triplet: 37, F1 and 25. RGB value is (55,241,37). Sum of RGB (Red+Green+Blue) = 55+241+37=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #37F125 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F125 is #C80EDA. Grayscale: #A2A2A2. Windows color (decimal): -13111003 or 2486583. OLE color: 2486583.

HSL color Cylindrical-coordinate representation of color #37F125: hue angle of 114.71º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37F125 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 241 37 -
CMYK 0.77 0 0.85 0.05
HSL 114.71º 0.88% 0.55% -
HSV(B) 114.71º 0.85% 0.95% -
XYZ 33.36 63.86 12.32 -
YUV 162.13 57.38 51.59 -
System Red Green Blue C M Y K H S L
Decimal 55 241 37 0.77 0 0.85 0.05 114.71 0.88 0.55
Hex 37 F1 25 4D 0 55 5 73 58 37
Octal 67 361 45 115 0 125 5 163 130 67
Binary 110111 11110001 100101 1001101 0 1010101 101 1110011 1011000 110111

Color Harmonies of #37F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F125

Black with #37F125

Text Example


Text Example

White with #37F125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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