Html Css Color HEX #37FF45 Lime Green

📋 copy color: '#37FF45'

red 55 ◦ green 255 ◦ blue 69

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

Shades of Lime Green #37FF45

Tints of Lime Green #37FF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.21%

R = 14.51%
G = 67.28%
B = 18.21%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#37FF45 (or 0x37FF45) is known color: Lime Green. HEX triplet: 37, FF and 45. RGB value is (55,255,69). Sum of RGB (Red+Green+Blue) = 55+255+69=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 255 (100% from 255 or 67.28% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FF45 is #C800BA. Grayscale: #AEAEAE. Windows color (decimal): -13107387 or 4587319. OLE color: 4587319.

HSL color Cylindrical-coordinate representation of color #37FF45: hue angle of 124.2º 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 #37FF45 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB 55 255 69 -
CMYK 0.78 0 0.73 0
HSL 124.2º 1% 0.61% -
HSV(B) 124.2º 0.78% 1% -
XYZ 38.41 72.76 17.65 -
YUV 174 68.74 43.12 -
System Red Green Blue C M Y K H S L
Decimal 55 255 69 0.78 0 0.73 0 124.2 1 0.61
Hex 37 FF 45 4E 0 49 0 7C 64 3D
Octal 67 377 105 116 0 111 0 174 144 75
Binary 110111 11111111 1000101 1001110 0 1001001 0 1111100 1100100 111101

Color Harmonies of #37FF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FF45

Black with #37FF45

Text Example


Text Example

White with #37FF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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