Html Css Color HEX #37FF41 Lime Green

📋 copy color: '#37FF41'

red 55 ◦ green 255 ◦ blue 65

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

Shades of Lime Green #37FF41

Tints of Lime Green #37FF41

RGB

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

 GREEN value IS 255 (100% from 255) = 68%

 BLUE value IS 65 (25.78% from 255) = 17.33%

R = 14.67%
G = 68%
B = 17.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#37FF41 (or 0x37FF41) is known color: Lime Green. HEX triplet: 37, FF and 41. RGB value is (55,255,65). Sum of RGB (Red+Green+Blue) = 55+255+65=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FF41 is #C800BE. Grayscale: #AEAEAE. Windows color (decimal): -13107391 or 4325175. OLE color: 4325175.

HSL color Cylindrical-coordinate representation of color #37FF41: hue angle of 123º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FF41 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 55 255 65 -
CMYK 0.78 0 0.75 0
HSL 123º 1% 0.61% -
HSV(B) 123º 0.78% 1% -
XYZ 38.29 72.71 17.02 -
YUV 173.54 66.74 43.45 -
System Red Green Blue C M Y K H S L
Decimal 55 255 65 0.78 0 0.75 0 123 1 0.61
Hex 37 FF 41 4E 0 4B 0 7B 64 3D
Octal 67 377 101 116 0 113 0 173 144 75
Binary 110111 11111111 1000001 1001110 0 1001011 0 1111011 1100100 111101

Color Harmonies of #37FF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FF41

Black with #37FF41

Text Example


Text Example

White with #37FF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,255,65); }

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

background-color css

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

 a { background-color: rgb(55,255,65); }

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

border-color css

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

 span { border-color: rgb(55,255,65); }

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