Html Css Color HEX #37FD41 Lime Green

📋 copy color: '#37FD41'

red 55 ◦ green 253 ◦ blue 65

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

Shades of Lime Green #37FD41

Tints of Lime Green #37FD41

RGB

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

 GREEN value IS 253 (99.22% from 255) = 67.83%

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

R = 14.75%
G = 67.83%
B = 17.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#37FD41 (or 0x37FD41) is known color: Lime Green. HEX triplet: 37, FD and 41. RGB value is (55,253,65). Sum of RGB (Red+Green+Blue) = 55+253+65=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 253 (99.22% from 255 or 67.83% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 253 - color contains mainly: green. Hex color #37FD41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FD41 is #C802BE. Grayscale: #ACACAC. Windows color (decimal): -13107903 or 4324663. OLE color: 4324663.

HSL color Cylindrical-coordinate representation of color #37FD41: hue angle of 123.03º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FD41 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 253 65 -
CMYK 0.78 0 0.74 0.01
HSL 123.03º 0.98% 0.6% -
HSV(B) 123.03º 0.78% 0.99% -
XYZ 37.65 71.44 16.81 -
YUV 172.37 67.4 44.29 -
System Red Green Blue C M Y K H S L
Decimal 55 253 65 0.78 0 0.74 0.01 123.03 0.98 0.6
Hex 37 FD 41 4E 0 4A 1 7B 62 3C
Octal 67 375 101 116 0 112 1 173 142 74
Binary 110111 11111101 1000001 1001110 0 1001010 1 1111011 1100010 111100

Color Harmonies of #37FD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FD41

Black with #37FD41

Text Example


Text Example

White with #37FD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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